summaryrefslogtreecommitdiff
path: root/TAO/tao/Connector_Registry.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2000-07-24 05:51:14 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2000-07-24 05:51:14 +0000
commitfd4273cfd7db6c2cc341d81b86101d64393ab5a4 (patch)
tree8b3403370cfe36a6ef17f63cbdb3e1a7242831ae /TAO/tao/Connector_Registry.cpp
parent98260a9cbe1fe3e71870df93d5885b0a6436d45a (diff)
downloadATCD-fd4273cfd7db6c2cc341d81b86101d64393ab5a4.tar.gz
ChangeLogTag:Mon Jul 24 01:27:53 2000 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tao/Connector_Registry.cpp')
-rw-r--r--TAO/tao/Connector_Registry.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/tao/Connector_Registry.cpp b/TAO/tao/Connector_Registry.cpp
index 1a89726d964..c3ae5f7c7de 100644
--- a/TAO/tao/Connector_Registry.cpp
+++ b/TAO/tao/Connector_Registry.cpp
@@ -146,6 +146,11 @@ TAO_Connector_Registry::preconnect (TAO_ORB_Core *orb_core,
(*connector)->preconnect (i->c_str ());
}
+ // No longer need the preconnect set since all associated
+ // preconnections have been opened by now. Reclaim the memory used
+ // by the preconnect set.
+ preconnections.reset ();
+
return 0; // Success
}