提交 7ef54c29 authored 作者: Anthony Minessale's avatar Anthony Minessale

FS-10326: [mod_conference] Memory leak while playing video files that contain…

FS-10326: [mod_conference] Memory leak while playing video files that contain only a video stream #resolve
上级 c13a2fb3
......@@ -2173,6 +2173,7 @@ static switch_status_t av_file_close(switch_file_handle_t *handle)
switch_queue_push(context->eh.video_queue, NULL);
}
}
if (context->eh.video_thread) {
switch_thread_join(&status, context->eh.video_thread);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论