summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/tao/Object_Ref_Table.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/tao/Object_Ref_Table.cpp b/TAO/tao/Object_Ref_Table.cpp
index e0e820bdd52..c363349772d 100644
--- a/TAO/tao/Object_Ref_Table.cpp
+++ b/TAO/tao/Object_Ref_Table.cpp
@@ -20,6 +20,9 @@ TAO_Object_Ref_Table::TAO_Object_Ref_Table (void)
TAO_Object_Ref_Table::~TAO_Object_Ref_Table (void)
{
+ // @@ We seem to be calling destroy () twice in normal
+ // circumstances. One from ORB_Core::shutdown () and another from
+ // here. Seems goofy in a first pass.. Bala
// this->destroy ();
this->table_.close (); // Only call close() in this destructor!