diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2005-01-12 18:12:13 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2005-01-12 18:12:13 +0000 |
commit | 83b074704b90e4373bec74102a9f3ab8a960b26d (patch) | |
tree | 1a361902d3dfb716f286ccd07e874b15cd672187 /ffmpeg.c | |
parent | 7b0c0c3c29711c7c7c00894f8910f6ab92503536 (diff) | |
download | ffmpeg-83b074704b90e4373bec74102a9f3ab8a960b26d.tar.gz |
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
Diffstat (limited to 'ffmpeg.c')
-rw-r--r-- | ffmpeg.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) { |