mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 08:05:37 +00:00
fix regression MODAPP-284
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13530 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
c22d626c79
commit
5c56eb121a
@ -772,8 +772,8 @@ static switch_status_t conference_del_member(conference_obj_t *conference, confe
|
||||
conference->count--;
|
||||
|
||||
if (switch_test_flag(member, MFLAG_ENDCONF)) {
|
||||
if (!--member->conference->end_count) {
|
||||
switch_set_flag_locked(member->conference, CFLAG_DESTRUCT);
|
||||
if (!--conference->end_count) {
|
||||
switch_set_flag_locked(conference, CFLAG_DESTRUCT);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user