Skip to content
Snippets Groups Projects
Commit 83b07470 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

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
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment