memory leak

Originally committed as revision 4282 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Loren Merritt 20 years ago
parent 2c57805831
commit ba4ffc2b48
  1. 1
      libavcodec/h264.c

@ -3491,6 +3491,7 @@ static void flush_dpb(AVCodecContext *avctx){
h->delayed_pic[i]= NULL;
h->delayed_output_pic= NULL;
idr(h);
h->s.current_picture_ptr->reference= 0;
}
/**

Loading…
Cancel
Save