diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2004-04-30 17:42:58 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-04-30 17:42:58 +0000 |
commit | eea8c08fa82791378bd33769992a7435409394b7 (patch) | |
tree | 856b7010b12a81933b870227904c037b113313d7 /libavcodec/4xm.c | |
parent | 60f41d13efd52488f9dc91edd047bb909d6a53c7 (diff) | |
download | ffmpeg-eea8c08fa82791378bd33769992a7435409394b7.tar.gz |
cleanup & memleak fix
Originally committed as revision 3095 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/4xm.c')
-rw-r--r-- | libavcodec/4xm.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/4xm.c b/libavcodec/4xm.c index 6544d88d0f..50dc4a55bd 100644 --- a/libavcodec/4xm.c +++ b/libavcodec/4xm.c @@ -738,8 +738,6 @@ static int decode_end(AVCodecContext *avctx){ } free_vlc(&f->pre_vlc); - avcodec_default_free_buffers(avctx); - return 0; } |