mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-19 17:57:22 +00:00
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
This commit is contained in:
parent
60b36539eb
commit
50ee55b84f
@ -8123,6 +8123,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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user