Unverified Commit d0ab2e2f authored by Lynne's avatar Lynne

lavfi/scale_vulkan: fix memory leaks

parent 0f2ae1ba
......@@ -256,8 +256,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);
......
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