Commit 23b365f1 authored by Michael Niedermayer's avatar Michael Niedermayer

ffmpeg: fix memleak

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 422418b6
......@@ -1499,6 +1499,7 @@ void av_noreturn exit_program(int ret)
output_streams[i]->bitstream_filters = NULL;
av_freep(&output_streams[i]->filtered_frame);
av_freep(&output_streams[i]->avfilter);
av_freep(&output_streams[i]);
}
for (i = 0; i < nb_input_files; i++) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment