From: wessels <> Date: Mon, 15 Apr 1996 20:50:58 +0000 (+0000) Subject: fix memory problem when URL has colon but no port X-Git-Tag: SQUID_3_0_PRE1~6176 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f20928e696370a222f7aab8072baba46bf1d642e;p=thirdparty%2Fsquid.git fix memory problem when URL has colon but no port --- diff --git a/ChangeLog b/ChangeLog index edaeb9df5e..1ee62c74d5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -69,3 +69,4 @@ storeAddFromDisk(). - Fixed memory leaks. - Check specifically for tm_gmtoff and set HAVE_TM_GMTOFF + - Fixed memory problem for colon but no port ("http://foo.com:/")