From 7e1aad02b24af0e23a2105250a2e12af2a9a8c26 Mon Sep 17 00:00:00 2001 From: William King Date: Mon, 25 Feb 2013 19:11:56 -0800 Subject: [PATCH] Resolve the segfault where the channel is destroyed while it is still receiving audio Conflicts: src/mod/endpoints/mod_rtmp/rtmp.c --- src/mod/endpoints/mod_rtmp/rtmp.c | 1 - 1 file changed, 1 deletion(-) 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 */