From: William King Date: Tue, 26 Feb 2013 03:11:56 +0000 (-0800) Subject: Resolve the segfault where the channel is destroyed while it is still receiving audio X-Git-Tag: v1.2.9~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62fb1437d9286a623031dc8c89845f5b51dcddd8;p=thirdparty%2Ffreeswitch.git Resolve the segfault where the channel is destroyed while it is still receiving audio Conflicts: src/mod/endpoints/mod_rtmp/rtmp.c --- diff --git a/src/mod/endpoints/mod_rtmp/rtmp.c b/src/mod/endpoints/mod_rtmp/rtmp.c index 1c3bee44bc..fdb9981dfc 100644 --- a/src/mod/endpoints/mod_rtmp/rtmp.c +++ b/src/mod/endpoints/mod_rtmp/rtmp.c @@ -939,7 +939,6 @@ switch_status_t rtmp_handle_data(rtmp_session_t *rsession) switch_mutex_unlock(rsession->tech_pvt->readbuf_mutex); } switch_thread_rwlock_unlock(rsession->rwlock); - break; case RTMP_TYPE_VIDEO: /* Video data */ case RTMP_TYPE_METADATA: /* Metadata */