You've already forked FFmpeg
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:
@ -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);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user