1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

lavfi/scale_vulkan: fix memory leaks

This commit is contained in:
Lynne 2023-08-26 21:52:13 +00:00
parent 0f2ae1ba69
commit d0ab2e2f98
No known key found for this signature in database
GPG Key ID: A2FEA5F03F034464

View File

@ -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);