]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix another memory leak in basic auth MSNT session helper
authoramosjeffries <>
Fri, 3 Aug 2007 07:29:18 +0000 (07:29 +0000)
committeramosjeffries <>
Fri, 3 Aug 2007 07:29:18 +0000 (07:29 +0000)
Coverity detected.

helpers/basic_auth/MSNT/session.c

index 7dc2a65764a49d9719e51cf7184c2c014398b0f2..3ae57c5d2e4eef1cb1a58853d97b9875cb6fe904 100644 (file)
@@ -110,6 +110,7 @@ RFCNB_Call(char *Called_Name, char *Calling_Name, char *Called_Address,
 
            RFCNB_errno = RFCNBE_NoSpace;
            RFCNB_saved_errno = errno;
+            free(con);
            return (NULL);
 
        }