提交 5079e96b 编写于 作者: J James Almer

avdevice/iec61883: free the private context at the end

Fixes part of ticket #7146.
Signed-off-by: NJames Almer <jamrial@gmail.com>
上级 b8629654
......@@ -463,6 +463,7 @@ static int iec61883_close(AVFormatContext *context)
} else {
iec61883_dv_fb_stop(dv->iec61883_dv);
iec61883_dv_fb_close(dv->iec61883_dv);
av_freep(&dv->dv_demux);
}
while (dv->queue_first) {
DVPacket *packet = dv->queue_first;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册