]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
mod_sofia: Fix memleak introduce in r15260
authorMarc Olivier Chouinard <mochouinard@moctel.com>
Thu, 29 Oct 2009 08:35:53 +0000 (08:35 +0000)
committerMarc Olivier Chouinard <mochouinard@moctel.com>
Thu, 29 Oct 2009 08:35:53 +0000 (08:35 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15267 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_sofia/sofia_reg.c

index 4935ef7361ff34b5ffb96f6968bebebd97cba7a0..de1f0726519f9413698d96a67a2470b9860775d1 100644 (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: