[FFmpeg-cvslog] fftools/ffmpeg: Free print_graph option variables
softworkz
git at videolan.org
Wed May 28 02:04:17 EEST 2025
ffmpeg | branch: master | softworkz <softworkz at hotmail.com> | Tue May 20 03:06:12 2025 +0200| [75a5e0959f5855ae50385e948cbd9fd13f0acf85] | committer: softworkz
fftools/ffmpeg: Free print_graph option variables
Signed-off-by: softworkz <softworkz at hotmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=75a5e0959f5855ae50385e948cbd9fd13f0acf85
---
fftools/ffmpeg.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/fftools/ffmpeg.c b/fftools/ffmpeg.c
index bd6f22e421..de607cac93 100644
--- a/fftools/ffmpeg.c
+++ b/fftools/ffmpeg.c
@@ -344,6 +344,9 @@ static void ffmpeg_cleanup(int ret)
av_freep(&filter_nbthreads);
+ av_freep(&print_graphs_file);
+ av_freep(&print_graphs_format);
+
av_freep(&input_files);
av_freep(&output_files);
More information about the ffmpeg-cvslog
mailing list