From: Amos Jeffries Date: Thu, 5 Feb 2015 12:12:15 +0000 (-0800) Subject: Typo in rev.13909 X-Git-Tag: merge-candidate-3-v1~284 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=fbbbe714166d807dba4da0f90871cbf6e8cd74de;p=thirdparty%2Fsquid.git Typo in rev.13909 --- diff --git a/src/cbdata.cc b/src/cbdata.cc index 829fb98936..390e69179b 100644 --- a/src/cbdata.cc +++ b/src/cbdata.cc @@ -420,7 +420,11 @@ cbdataInternalUnlock(const void *p) return; } +#if USE_CBDATA_DEBUG cbdataRealFree(c, file, line); +#else + cbdataRealFree(c, NULL, 0); +#endif } int