mod_sofia: Fix memleak introduce in r15260
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15267 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
757aa19e4e
commit
46064cf1ee
|
@ -1937,7 +1937,7 @@ auth_res_t sofia_reg_parse_auth(sofia_profile_t *profile,
|
|||
|
||||
ret = AUTH_FORBIDDEN;
|
||||
}
|
||||
|
||||
switch_safe_free(input2);
|
||||
|
||||
skip_auth:
|
||||
|
||||
|
|
Loading…
Reference in New Issue