mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-26 01:03:07 +00:00
memory leak
Originally committed as revision 4282 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
2c57805831
commit
ba4ffc2b48
@ -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…
Reference in New Issue
Block a user