Unverified Commit 5f8feddd authored by Lynne's avatar Lynne

lavfi/testsrc_vulkan: fix memory leaks

parent 3ef1e50c
......@@ -189,8 +189,6 @@ static av_cold int init_filter(AVFilterContext *ctx, enum TestSrcVulkanMode mode
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