Commit f43e999e authored by benoit's avatar benoit

fix mem leak

patch by Oliver Pfister: [oliver pfister gmx ch]


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9490 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent e0d7c0cf
......@@ -1218,7 +1218,7 @@ static int decode_end(AVCodecContext *avctx)
common_end(s);
av_freep(&s->bitstream_buffer);
for(i=0; i<3; i++){
for(i=0; i<6; i++){
free_vlc(&s->vlc[i]);
}
......
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