Change #265616
| Category | ffmpeg |
| Changed by | Marvin Scholz <epirat07@gmail.com> |
| Changed at | Mon 27 Apr 2026 14:29:48 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | 0fc1183a605a4633579b3f52c1a07e35d4ada32e |
Comments
swscale: ops_dispatch: fix leak on error Assign to `exec_base.in_offset_x` before the error handling, to ensure the error cleanup path properly frees the already allocated memory. Fixes Coverity issue #1691725
Changed files
- libswscale/ops_dispatch.c