mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-04-22 23:17:48 +08:00
lavfi/bwdif_vulkan: fix memory leaks
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user