]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Typo in rev.13909
authorAmos Jeffries <squid3@treenet.co.nz>
Thu, 5 Feb 2015 12:12:15 +0000 (04:12 -0800)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 5 Feb 2015 12:12:15 +0000 (04:12 -0800)
src/cbdata.cc

index 829fb98936aaebd174d0d55c40dcc00d746c7b4d..390e69179b9ead1ab2fd9da5aac713fe7bb5ba82 100644 (file)
@@ -420,7 +420,11 @@ cbdataInternalUnlock(const void *p)
         return;
     }
 
+#if USE_CBDATA_DEBUG
     cbdataRealFree(c, file, line);
+#else
+    cbdataRealFree(c, NULL, 0);
+#endif
 }
 
 int