vulkan: do not leak bound_buffer_indices

pull/390/head
Lynne 1 year ago
parent 5f8feddd6a
commit d0a64f9a81
No known key found for this signature in database
GPG Key ID: A2FEA5F03F034464
  1. 1
      libavutil/vulkan.c

@ -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…
Cancel
Save