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:
Marc Olivier Chouinard 2009-10-29 08:35:53 +00:00
parent 757aa19e4e
commit 46064cf1ee
1 changed files with 1 additions and 1 deletions

View File

@ -1937,7 +1937,7 @@ auth_res_t sofia_reg_parse_auth(sofia_profile_t *profile,
ret = AUTH_FORBIDDEN;
}
switch_safe_free(input2);
skip_auth: