提交 a491df05 authored 作者: Anthony Minessale's avatar Anthony Minessale

declinatio mortuus obfirmo!

上级 390e6713
......@@ -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);
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论