]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-8731 #resolve [Crash when leg-b invite video in voice call] #comment please update...
authorAnthony Minessale <anthm@freeswitch.org>
Thu, 14 Jan 2016 21:12:01 +0000 (15:12 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Thu, 14 Jan 2016 21:12:01 +0000 (15:12 -0600)
src/switch_core_media.c

index 589209be08a923bfab3169384b8d3fc31811b6e9..517f1e9f41e52f400716db777bbb41ed598cd0b5 100644 (file)
@@ -2113,9 +2113,6 @@ SWITCH_DECLARE(switch_status_t) switch_core_media_read_frame(switch_core_session
                return SWITCH_STATUS_FALSE;
        }
 
-       switch_assert(engine->rtp_session != NULL);
-
-
        if (!switch_channel_up_nosig(session->channel) || !switch_rtp_ready(engine->rtp_session) || switch_channel_test_flag(session->channel, CF_NOT_READY)) {
                return SWITCH_STATUS_FALSE;
        }