summaryrefslogtreecommitdiff
path: root/TAO/tao/Acceptor_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/Acceptor_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/Acceptor_Registry.cpp')
-rw-r--r--TAO/tao/Acceptor_Registry.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/tao/Acceptor_Registry.cpp b/TAO/tao/Acceptor_Registry.cpp
index 08ec327b1f1..2b5cdb38005 100644
--- a/TAO/tao/Acceptor_Registry.cpp
+++ b/TAO/tao/Acceptor_Registry.cpp
@@ -228,6 +228,11 @@ TAO_Acceptor_Registry::open (TAO_ORB_Core *orb_core,
}
}
+ // No longer need the endpoint set since all associated acceptors
+ // have been opened by now. Reclaim the memory used by the endpoint
+ // set.
+ endpoint_set.reset ();
+
return 0;
}