]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Resolve the segfault where the channel is destroyed while it is still receiving audio
authorWilliam King <william.king@quentustech.com>
Tue, 26 Feb 2013 03:11:56 +0000 (19:11 -0800)
committerWilliam King <william.king@quentustech.com>
Wed, 24 Apr 2013 00:44:20 +0000 (17:44 -0700)
Conflicts:
src/mod/endpoints/mod_rtmp/rtmp.c

src/mod/endpoints/mod_rtmp/rtmp.c

index 1c3bee44bc057750b980f64cb697a5aba6158282..fdb9981dfcf8ec4c96a2b969872d0976fd85796a 100644 (file)
@@ -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 */