summaryrefslogtreecommitdiff
path: root/libavfilter/vf_bwdif_vulkan.c
diff options
context:
space:
mode:
authorLynne <dev@lynne.ee>2023-08-26 21:51:36 +0000
committerLynne <dev@lynne.ee>2023-08-28 22:29:34 +0200
commita4673c9dff2432d5cc903d345cd62c83d7436a94 (patch)
tree33a95e57532348cc763e79ddfea5841e3bbf9423 /libavfilter/vf_bwdif_vulkan.c
parentb6cc53092aeac94938b5e28fe4435ceee365bbcb (diff)
lavfi/bwdif_vulkan: fix memory leaks
Diffstat (limited to 'libavfilter/vf_bwdif_vulkan.c')
-rw-r--r--libavfilter/vf_bwdif_vulkan.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavfilter/vf_bwdif_vulkan.c b/libavfilter/vf_bwdif_vulkan.c
index db916b22cd..f1623e6ef7 100644
--- a/libavfilter/vf_bwdif_vulkan.c
+++ b/libavfilter/vf_bwdif_vulkan.c
@@ -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);