vulkan: do not leak cooperative matrix properties

This commit is contained in:
Lynne 2023-08-26 23:20:47 +02:00
parent b5273c619d
commit 747871a42c
No known key found for this signature in database
GPG Key ID: A2FEA5F03F034464
1 changed files with 1 additions and 0 deletions

View File

@ -1893,6 +1893,7 @@ void ff_vk_uninit(FFVulkanContext *s)
av_freep(&s->query_props);
av_freep(&s->qf_props);
av_freep(&s->video_props);
av_freep(&s->coop_mat_props);
av_buffer_unref(&s->frames_ref);
}