Skip to content

Commit

Permalink
FS-10472: [mod_conference] Crash due to hangup race in conference per…
Browse files Browse the repository at this point in the history
…sonal canvas mode -- Regression fixed with playing files cont
  • Loading branch information
anthmFS committed Jul 14, 2017
1 parent 58dffd3 commit 13f2f2a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/mod/applications/mod_conference/conference_video.c
Original file line number Diff line number Diff line change
Expand Up @@ -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++) {
Expand Down

0 comments on commit 13f2f2a

Please sign in to comment.