]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Typo in cachemgr.cc
authorAmos Jeffries <amosjeffries@squid-cache.org>
Sun, 21 Mar 2010 21:55:01 +0000 (15:55 -0600)
committerAmos Jeffries <amosjeffries@squid-cache.org>
Sun, 21 Mar 2010 21:55:01 +0000 (15:55 -0600)
tools/cachemgr.cc

index a4d0b715232357456a2402e25cfdc6d57c8df0c6..0e4640dcfaef3db0d7e974ec7b86bbeb3b0dc483 100644 (file)
@@ -981,7 +981,7 @@ read_request(void)
     if (strlen(buf) == 0)
 #endif
     {
-        free(buf);
+        xfree(buf);
         return NULL;
     }