From: wessels <> Date: Tue, 27 Aug 1996 22:05:16 +0000 (+0000) Subject: purify mem leak X-Git-Tag: SQUID_3_0_PRE1~5907 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3d700ed6b3bc022e218a47074627375df7e09d7f;p=thirdparty%2Fsquid.git purify mem leak --- diff --git a/src/store.cc b/src/store.cc index feb0bc9b05..9b779e73c0 100644 --- a/src/store.cc +++ b/src/store.cc @@ -1,5 +1,5 @@ /* - * $Id: store.cc,v 1.88 1996/08/26 23:26:59 wessels Exp $ + * $Id: store.cc,v 1.89 1996/08/27 16:05:16 wessels Exp $ * * DEBUG: section 20 Storeage Manager * AUTHOR: Harvest Derived @@ -1967,6 +1967,7 @@ int storeGetMemSpace(size, check_vm_number) } } debug(20, 2, "storeGetMemSpace: Done.\n"); + xfree(list); return 0; }