lavfi/chromaber_vulkan: fix memory leaks

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

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

Loading…
Cancel
Save