summaryrefslogtreecommitdiff
path: root/TAO/tao/Thread_Lane_Resources.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-07-12 12:48:09 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-07-12 12:48:09 +0000
commitec25b3182085f0c1969bf58e9b0446c06f30c3d0 (patch)
tree5218e62031774e93d42fde558968aa1706c71afa /TAO/tao/Thread_Lane_Resources.cpp
parentd442354429672a42fd54b6111f357729876288e4 (diff)
downloadATCD-ec25b3182085f0c1969bf58e9b0446c06f30c3d0.tar.gz
ChangeLogTag: Mon Jul 11 12:18:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>Tue Jul 12 12:41:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Thread_Lane_Resources.cpp')
-rw-r--r--TAO/tao/Thread_Lane_Resources.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/tao/Thread_Lane_Resources.cpp b/TAO/tao/Thread_Lane_Resources.cpp
index 74f426572b5..252d7b1fe89 100644
--- a/TAO/tao/Thread_Lane_Resources.cpp
+++ b/TAO/tao/Thread_Lane_Resources.cpp
@@ -382,6 +382,7 @@ TAO_Thread_Lane_Resources::finalize (void)
{
this->connector_registry_->close_all ();
delete this->connector_registry_;
+ this->connector_registry_ = 0;
}
// Ask the registry to close all registered acceptors.
@@ -389,6 +390,7 @@ TAO_Thread_Lane_Resources::finalize (void)
{
this->acceptor_registry_->close_all ();
delete this->acceptor_registry_;
+ this->acceptor_registry_ = 0;
}
// Set of handlers still in the connection cache.
@@ -417,7 +419,10 @@ TAO_Thread_Lane_Resources::finalize (void)
}
delete this->transport_cache_;
+ this->transport_cache_ = 0;
+
delete this->leader_follower_;
+ this->leader_follower_ = 0;
// Delete all the allocators here.. They shouldnt be done earlier,
// lest some of the contents in the above, say reactor or acceptor