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

fix leak of nua handle due to reference counting that must be between 3 to 7…

fix leak of nua handle due to reference counting that must be between 3 to 7 years old.  Effects all calls with auth/challenge on INVITE
上级 e245e907
......@@ -8999,6 +8999,8 @@ void sofia_handle_sip_i_invite(switch_core_session_t *session, nua_t *nua, sofia
switch_xml_free(x_user);
}
nua_handle_destroy(nh);
if (sip->sip_authorization || sip->sip_proxy_authorization) {
goto fail;
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论