You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
vulkan: do not leak cooperative matrix properties
This commit is contained in:
@@ -1893,6 +1893,7 @@ void ff_vk_uninit(FFVulkanContext *s)
|
|||||||
av_freep(&s->query_props);
|
av_freep(&s->query_props);
|
||||||
av_freep(&s->qf_props);
|
av_freep(&s->qf_props);
|
||||||
av_freep(&s->video_props);
|
av_freep(&s->video_props);
|
||||||
|
av_freep(&s->coop_mat_props);
|
||||||
|
|
||||||
av_buffer_unref(&s->frames_ref);
|
av_buffer_unref(&s->frames_ref);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user