mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
lavfi/bwdif_vulkan: fix memory leaks
This commit is contained in:
parent
b6cc53092a
commit
a4673c9dff
@ -252,8 +252,6 @@ static av_cold int init_filter(AVFilterContext *ctx)
|
|||||||
|
|
||||||
s->initialized = 1;
|
s->initialized = 1;
|
||||||
|
|
||||||
return 0;
|
|
||||||
|
|
||||||
fail:
|
fail:
|
||||||
if (spv_opaque)
|
if (spv_opaque)
|
||||||
spv->free_shader(spv, &spv_opaque);
|
spv->free_shader(spv, &spv_opaque);
|
||||||
|
Loading…
Reference in New Issue
Block a user