[FFmpeg-cvslog] lavfi/bwdif_vulkan: fix memory leaks
Lynne
git at videolan.org
Mon Aug 28 23:33:04 EEST 2023
ffmpeg | branch: master | Lynne <dev at lynne.ee> | Sat Aug 26 21:51:36 2023 +0000| [a4673c9dff2432d5cc903d345cd62c83d7436a94] | committer: Lynne
lavfi/bwdif_vulkan: fix memory leaks
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a4673c9dff2432d5cc903d345cd62c83d7436a94
---
libavfilter/vf_bwdif_vulkan.c | 2 --
1 file changed, 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);
More information about the ffmpeg-cvslog
mailing list