diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2000-07-24 05:51:14 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2000-07-24 05:51:14 +0000 |
commit | fd4273cfd7db6c2cc341d81b86101d64393ab5a4 (patch) | |
tree | 8b3403370cfe36a6ef17f63cbdb3e1a7242831ae /TAO/tao/Acceptor_Registry.cpp | |
parent | 98260a9cbe1fe3e71870df93d5885b0a6436d45a (diff) | |
download | ATCD-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.cpp | 5 |
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; } |