From e0db348167b93c1367f70e0e60b0f720babec834 Mon Sep 17 00:00:00 2001 From: robertc <> Date: Fri, 7 Mar 2003 03:11:51 +0000 Subject: [PATCH] Fix an error from the rproxy merge - deference the port when destroying connections. --- src/client_side.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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); } /* -- 2.47.2