forked from FFmpeg/FFmpeg
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
This commit is contained in:
parent
7b0c0c3c29
commit
83b074704b
1 changed files with 1 additions and 0 deletions
1
ffmpeg.c
1
ffmpeg.c
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue