aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_transpose_vulkan.c
diff options
context:
space:
mode:
authorLynne <dev@lynne.ee>2023-08-26 21:52:22 +0000
committerLynne <dev@lynne.ee>2023-08-28 22:29:36 +0200
commit3ef1e50c922afa69404c07486a2251d5795f3c85 (patch)
tree59d9112308338dca0543be15758acc8e28fd9983 /libavfilter/vf_transpose_vulkan.c
parentd0ab2e2f98a220f87fd5d581c7e0e13cfe366f4b (diff)
downloadffmpeg-3ef1e50c922afa69404c07486a2251d5795f3c85.tar.gz
lavfi/transpose_vulkan: fix memory leaks
Diffstat (limited to 'libavfilter/vf_transpose_vulkan.c')
-rw-r--r--libavfilter/vf_transpose_vulkan.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavfilter/vf_transpose_vulkan.c b/libavfilter/vf_transpose_vulkan.c
index 3abe93be0b..c9a520ce5f 100644
--- a/libavfilter/vf_transpose_vulkan.c
+++ b/libavfilter/vf_transpose_vulkan.c
@@ -121,8 +121,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);