summaryrefslogtreecommitdiff
path: root/libavcodec/huffyuv.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2004-04-30 17:42:58 +0000
committerMichael Niedermayer <michaelni@gmx.at>2004-04-30 17:42:58 +0000
commiteea8c08fa82791378bd33769992a7435409394b7 (patch)
tree856b7010b12a81933b870227904c037b113313d7 /libavcodec/huffyuv.c
parent60f41d13efd52488f9dc91edd047bb909d6a53c7 (diff)
cleanup & memleak fix
Originally committed as revision 3095 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/huffyuv.c')
-rw-r--r--libavcodec/huffyuv.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/huffyuv.c b/libavcodec/huffyuv.c
index 4047a6a938..210d454190 100644
--- a/libavcodec/huffyuv.c
+++ b/libavcodec/huffyuv.c
@@ -916,8 +916,6 @@ static int decode_end(AVCodecContext *avctx)
for(i=0; i<3; i++){
free_vlc(&s->vlc[i]);
}
-
- avcodec_default_free_buffers(avctx);
return 0;
}