fix mem leak

patch by Oliver Pfister: [oliver pfister gmx ch]

Originally committed as revision 9491 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Oliver Pfister 18 years ago committed by Benoit Fouet
parent 7b62bb2b8d
commit 3caffb7d80
  1. 1
      libavcodec/ffv1.c

@ -702,6 +702,7 @@ static int common_end(AVCodecContext *avctx){
PlaneContext *p= &s->plane[i];
av_freep(&p->state);
av_freep(&p->vlc_state);
}
return 0;

Loading…
Cancel
Save