lavfi/chromaber_vulkan: fix memory leaks

This commit is contained in:
Lynne
2023-08-26 21:51:55 +00:00
parent a4673c9dff
commit 9944e96c61
-2
View File
@@ -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);