lavfi/bwdif_vulkan: fix memory leaks

pull/390/head
Lynne 1 year ago
parent b6cc53092a
commit a4673c9dff
No known key found for this signature in database
GPG Key ID: A2FEA5F03F034464
  1. 2
      libavfilter/vf_bwdif_vulkan.c

@ -252,8 +252,6 @@ static av_cold int init_filter(AVFilterContext *ctx)
s->initialized = 1; s->initialized = 1;
return 0;
fail: fail:
if (spv_opaque) if (spv_opaque)
spv->free_shader(spv, &spv_opaque); spv->free_shader(spv, &spv_opaque);

Loading…
Cancel
Save