mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-29 22:40:23 +00:00
pthread: unref the decoded but not returned frames on close.
Fixes memleaks when frame mt is used and the decoder is not flushed at the end.
This commit is contained in:
parent
555000c7d5
commit
fce68c9355
@ -749,6 +749,7 @@ static void frame_thread_free(AVCodecContext *avctx, int thread_count)
|
||||
avctx->codec = NULL;
|
||||
|
||||
release_delayed_buffers(p);
|
||||
av_frame_unref(&p->frame);
|
||||
}
|
||||
|
||||
for (i = 0; i < thread_count; i++) {
|
||||
|
Loading…
Reference in New Issue
Block a user