lavfi/bwdif_vulkan: fix memory leaks

This commit is contained in:
Lynne 2023-08-26 21:51:36 +00:00
parent b6cc53092a
commit a4673c9dff
No known key found for this signature in database
GPG Key ID: A2FEA5F03F034464
1 changed files with 0 additions and 2 deletions

View File

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