Change #263932
| Category | ffmpeg |
| Changed by | Zhao Zhili <zhilizhao@tencent.com> |
| Changed at | Tue 07 Apr 2026 19:53:14 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | 9917308cc209a885c6870f0345905104c6ea8799 |
Comments
swscale/vulkan: fix dither buffer leak on mapping failure A failure while preparing a dither buffer leaves the newly allocated buffer outside the cleanup range, leaking Vulkan resources. Make the failure path cover the current buffer as well. Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>
Changed files
- libswscale/vulkan/ops.c