mirror of https://git.ffmpeg.org/ffmpeg.git
vulkan: do not leak bound_buffer_indices
This commit is contained in:
parent
5f8feddd6a
commit
d0a64f9a81
|
@ -1884,6 +1884,7 @@ void ff_vk_pipeline_free(FFVulkanContext *s, FFVulkanPipeline *pl)
|
|||
|
||||
av_freep(&pl->desc_set);
|
||||
av_freep(&pl->desc_bind);
|
||||
av_freep(&pl->bound_buffer_indices);
|
||||
av_freep(&pl->push_consts);
|
||||
pl->push_consts_num = 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue