From 320bb98ae5a5f371adc4010fe210af788843b0d9 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Tue, 30 Apr 2002 23:04:48 +0000 Subject: [PATCH] fixed shutdown problem --- src/ca/cac.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ca/cac.cpp b/src/ca/cac.cpp index 09e05bf7f..e7268231b 100644 --- a/src/ca/cac.cpp +++ b/src/ca/cac.cpp @@ -239,6 +239,7 @@ cac::~cac () // this blocks until the UDP thread exits so that // it will not sneak in any new clients delete this->pudpiiu; + this->pudpiiu = 0; // for tcpCircuitShutdown // // shutdown all tcp connections