FS-10472: [mod_conference] Crash due to hangup race in conference personal canvas mode -- Regression fixed with playing files cont

This commit is contained in:
Anthony Minessale 2017-07-14 15:15:19 -05:00
parent 58dffd3759
commit 13f2f2a056
1 changed files with 4 additions and 0 deletions

View File

@ -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);
}
}
if (imember->session) {
switch_core_session_rwunlock(imember->session);
}
}
for (j = 0; j < file_count; j++) {