Change #248061
| Category | ffmpeg |
| Changed by | Tim Blechmann <tim@klingt.org> |
| Changed at | Sat 08 Nov 2025 22:48:00 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | 28461f2c4332e34cd50ed0cfd947b8ac1bc5fe08 |
Comments
libavutil: fix memory leak of drmVersion address sanitizer showed some leaks of drmVersion structs. `vaapi_device_create` did not call drmFreeVersion in all possible code paths.
Changed files
- libavutil/hwcontext_vaapi.c