Change #264185
| Category | ffmpeg |
| Changed by | Niklas Haas <git@haasn.dev> |
| Changed at | Fri 10 Apr 2026 22:02:00 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | ef13a29d086d74e7fdf5eeaf6283564c257ee81f |
Comments
avfilter/framepool: fix frame pool uninit check Fixes a memory leak caused by AV_MEDIA_TYPE_VIDEO == 0 being excluded by the !pool->type check. We can just remove the entire check because av_buffer_pool_uninit() is already safe on NULL. Fixes: fe2691b3bbe3e0cedc37f01a87e49a166d7bf917 Reported-by: Kacper Michajłow <kasper93@gmail.com> Signed-off-by: Niklas Haas <git@haasn.dev>
Changed files
- libavfilter/framepool.c