提交 13f2f2a0 authored 作者: Anthony Minessale's avatar Anthony Minessale

FS-10472: [mod_conference] Crash due to hangup race in conference personal…

FS-10472: [mod_conference] Crash due to hangup race in conference personal canvas mode -- Regression fixed with playing files cont
上级 58dffd37
...@@ -3680,6 +3680,10 @@ void *SWITCH_THREAD_FUNC conference_video_muxing_thread_run(switch_thread_t *thr ...@@ -3680,6 +3680,10 @@ void *SWITCH_THREAD_FUNC conference_video_muxing_thread_run(switch_thread_t *thr
conference_video_scale_and_patch(layer, img, SWITCH_FALSE); conference_video_scale_and_patch(layer, img, SWITCH_FALSE);
} }
} }
if (imember->session) {
switch_core_session_rwunlock(imember->session);
}
} }
for (j = 0; j < file_count; j++) { for (j = 0; j < file_count; j++) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论