Commit 53e02d43 authored by lorenm's avatar lorenm

memory leak


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4282 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 53940bd3
...@@ -3491,6 +3491,7 @@ static void flush_dpb(AVCodecContext *avctx){ ...@@ -3491,6 +3491,7 @@ static void flush_dpb(AVCodecContext *avctx){
h->delayed_pic[i]= NULL; h->delayed_pic[i]= NULL;
h->delayed_output_pic= NULL; h->delayed_output_pic= NULL;
idr(h); 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