]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-4558 --resolve
authorRaymond Chandler <intralanman@gmail.com>
Wed, 5 Sep 2012 20:55:39 +0000 (16:55 -0400)
committerRaymond Chandler <intralanman@gmail.com>
Wed, 5 Sep 2012 20:55:39 +0000 (16:55 -0400)
src/mod/applications/mod_conference/mod_conference.c

index af32b26c164a77e0273b056ef507290b3dba0f1f..9539c1631ead49f59b524f25a74e8ef90cef9f5e 100644 (file)
@@ -4511,7 +4511,6 @@ static void chat_message_broadcast(conference_obj_t *conference, switch_stream_h
                        }
 
                        switch_core_session_receive_message(lsession, &msg);
-                       switch_core_session_rwunlock(lsession);
                }
        }
        switch_mutex_unlock(conference->member_mutex);