FS-3650 indeed

This commit is contained in:
Anthony Minessale 2011-10-31 08:11:13 -05:00
parent f9064dec45
commit d8d0d4b73c
1 changed files with 1 additions and 1 deletions

View File

@ -3650,7 +3650,7 @@ static switch_status_t conference_member_say(conference_member_t *member, char *
}
/* Queue the node */
switch_mutex_unlock(member->fnode_mutex);
switch_mutex_lock(member->fnode_mutex);
for (nptr = member->fnode; nptr && nptr->next; nptr = nptr->next);
if (nptr) {