mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 13:12:03 +00:00
[mod_sofia] sofia_handle_sip_i_invite() leaks xml and event objects on acl_token, sofia_reg_handle_sip_r_challenge() leaks xml object when a user does not have params.
This commit is contained in:
@@ -2624,9 +2624,8 @@ void sofia_reg_handle_sip_r_challenge(int status,
|
||||
sip_auth_password = dup_pass;
|
||||
}
|
||||
}
|
||||
|
||||
switch_xml_free(x_user);
|
||||
}
|
||||
switch_xml_free(x_user);
|
||||
}
|
||||
|
||||
switch_event_destroy(&locate_params);
|
||||
|
||||
Reference in New Issue
Block a user