lavfi/avgblur_vulkan: fix memory leaks

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

@ -153,8 +153,6 @@ static av_cold int init_filter(AVFilterContext *ctx, AVFrame *in)
s->opts.filter_norm[2] = s->opts.filter_norm[0];
s->opts.filter_norm[3] = s->opts.filter_norm[0];
return 0;
fail:
if (spv_opaque)
spv->free_shader(spv, &spv_opaque);

Loading…
Cancel
Save