1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-04 22:03:09 +02:00

fftools/ffmpeg: Free print_graph option variables

Signed-off-by: softworkz <softworkz@hotmail.com>
This commit is contained in:
softworkz
2025-05-20 03:06:12 +02:00
parent aa38270630
commit 75a5e0959f

View File

@ -344,6 +344,9 @@ static void ffmpeg_cleanup(int ret)
av_freep(&filter_nbthreads); av_freep(&filter_nbthreads);
av_freep(&print_graphs_file);
av_freep(&print_graphs_format);
av_freep(&input_files); av_freep(&input_files);
av_freep(&output_files); av_freep(&output_files);