From: Automatic source maintenance Date: Tue, 11 May 2010 00:13:13 +0000 (-0600) Subject: SourceFormat Enforcement X-Git-Tag: SQUID_3_2_0_1~219 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b72648dc8734d969b5341080ec15b09277045c4;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/ipcache.cc b/src/ipcache.cc index 91cec2f206..73bfe9bb3b 100644 --- a/src/ipcache.cc +++ b/src/ipcache.cc @@ -302,7 +302,7 @@ ipcacheAddEntry(ipcache_entry * i) if (NULL != e) { /* avoid colission */ ipcache_entry *q = (ipcache_entry *) e; - ipcacheRelease(q); + ipcacheRelease(q); } hash_join(ip_table, &i->hash);