You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-04 22:03:09 +02:00
vulkan/ffv1dec: fix leak in FFVulkanDecodeShared
This commit is contained in:
@ -995,6 +995,8 @@ static void vk_decode_ffv1_uninit(FFVulkanDecodeShared *ctx)
|
||||
av_buffer_pool_uninit(&fv->slice_state_pool);
|
||||
av_buffer_pool_uninit(&fv->slice_offset_pool);
|
||||
av_buffer_pool_uninit(&fv->slice_status_pool);
|
||||
|
||||
av_freep(&fv);
|
||||
}
|
||||
|
||||
static int vk_decode_ffv1_init(AVCodecContext *avctx)
|
||||
|
Reference in New Issue
Block a user