mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
fix mem leak
patch by Oliver Pfister: [oliver pfister gmx ch] Originally committed as revision 9490 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
f225016296
commit
7b62bb2b8d
@ -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]);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user