From: robertc <> Date: Fri, 7 Mar 2003 03:11:51 +0000 (+0000) Subject: Fix an error from the rproxy merge - deference the port when destroying connections. X-Git-Tag: SQUID_3_0_PRE1~278 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e0db348167b93c1367f70e0e60b0f720babec834;p=thirdparty%2Fsquid.git Fix an error from the rproxy merge - deference the port when destroying connections. --- diff --git a/src/client_side.cc b/src/client_side.cc index 5c53d580d4..59412fe9fe 100644 --- a/src/client_side.cc +++ b/src/client_side.cc @@ -1,6 +1,6 @@ /* - * $Id: client_side.cc,v 1.628 2003/03/04 01:40:26 robertc Exp $ + * $Id: client_side.cc,v 1.629 2003/03/06 20:11:51 robertc Exp $ * * DEBUG: section 33 Client-side Routines * AUTHOR: Duane Wessels @@ -593,6 +593,8 @@ ConnStateData::~ConnStateData() authenticateOnCloseConnection(this); pconnHistCount(0, nrequests); + + cbdataReferenceDone(port); } /*