1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-10 06:10:52 +02:00

lavfi/avgblur_vulkan: fix memory leaks

This commit is contained in:
Lynne
2023-08-26 21:51:19 +00:00
parent f6cf3a40e4
commit b6cc53092a

View File

@@ -153,8 +153,6 @@ static av_cold int init_filter(AVFilterContext *ctx, AVFrame *in)
s->opts.filter_norm[2] = s->opts.filter_norm[0];
s->opts.filter_norm[3] = s->opts.filter_norm[0];
return 0;
fail:
if (spv_opaque)
spv->free_shader(spv, &spv_opaque);