declinatio mortuus obfirmo!

This commit is contained in:
Anthony Minessale 2014-03-07 03:35:36 +05:00
parent 390e6713cc
commit a491df05f1

View File

@ -4378,7 +4378,7 @@ static void do_flush(switch_rtp_t *rtp_session, int force)
if (switch_rtp_ready(rtp_session) ) { if (switch_rtp_ready(rtp_session) ) {
if (rtp_session->jb && !rtp_session->pause_jb && jb_valid(rtp_session)) { if (rtp_session->jb && !rtp_session->pause_jb && jb_valid(rtp_session)) {
return; goto end;
} }
if (rtp_session->flags[SWITCH_RTP_FLAG_DEBUG_RTP_READ]) { if (rtp_session->flags[SWITCH_RTP_FLAG_DEBUG_RTP_READ]) {
@ -4434,6 +4434,8 @@ static void do_flush(switch_rtp_t *rtp_session, int force)
} }
} }
end:
READ_DEC(rtp_session); READ_DEC(rtp_session);
} }