]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-3650 indeed
authorAnthony Minessale <anthm@freeswitch.org>
Mon, 31 Oct 2011 13:11:13 +0000 (08:11 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Mon, 31 Oct 2011 13:11:13 +0000 (08:11 -0500)
src/mod/applications/mod_conference/mod_conference.c

index f0fe7739182c1f6c406181c7e34fb7a1f9304823..9758eb95d51b2449c21a15a4677deb1d5a0f7f36 100644 (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) {