Commit ba4ffc2b authored by Loren Merritt's avatar Loren Merritt

memory leak

Originally committed as revision 4282 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 2c578058
......@@ -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;
}
/**
......
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