Commit 83b07470 authored by Michael Niedermayer's avatar Michael Niedermayer

never freed buffer fix

based upon a patch by (Kurosu <kurosu inforezo org>)

Originally committed as revision 3829 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 7b0c0c3c
......@@ -1969,6 +1969,7 @@ static int av_encode(AVFormatContext **output_files,
ret = 0;
fail1:
av_freep(&bit_buffer);
av_free(file_table);
if (ist_table) {
......
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