]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix an error from the rproxy merge - deference the port when destroying connections.
authorrobertc <>
Fri, 7 Mar 2003 03:11:51 +0000 (03:11 +0000)
committerrobertc <>
Fri, 7 Mar 2003 03:11:51 +0000 (03:11 +0000)
src/client_side.cc

index 5c53d580d45aaec3e8bcf8e7093dc28a4f9a50bf..59412fe9fec20d7ad35001edfd9ab18d29cc9992 100644 (file)
@@ -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);
 }
 
 /*