Commit 0e72318e authored by michael's avatar michael

never freed buffer fix

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3829 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 0855954a
......@@ -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