Unverified Commit b6cc5309 authored by Lynne's avatar Lynne

lavfi/avgblur_vulkan: fix memory leaks

parent f6cf3a40
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment