forked from Mirrors/freeswitch
declinatio mortuus obfirmo!
This commit is contained in:
parent
390e6713cc
commit
a491df05f1
@ -4378,7 +4378,7 @@ static void do_flush(switch_rtp_t *rtp_session, int force)
|
||||
if (switch_rtp_ready(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]) {
|
||||
@ -4434,6 +4434,8 @@ static void do_flush(switch_rtp_t *rtp_session, int force)
|
||||
}
|
||||
}
|
||||
|
||||
end:
|
||||
|
||||
READ_DEC(rtp_session);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user