summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-18 19:37:42 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-18 19:37:42 +0000
commit8a8631fdcb73502315d687a010d9cf517924fb1b (patch)
tree4d2378436e4f1c47581e05e72dce023611ea2c46
parentb4e28043487756eca32df589f318a6572affa4b0 (diff)
downloadATCD-8a8631fdcb73502315d687a010d9cf517924fb1b.tar.gz
Made sure the servant pointer is released.
-rw-r--r--TAO/orbsvcs/orbsvcs/Naming/Persistent_Context_Index.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Naming/Persistent_Context_Index.cpp b/TAO/orbsvcs/orbsvcs/Naming/Persistent_Context_Index.cpp
index be002e620a2..d7053a540dc 100644
--- a/TAO/orbsvcs/orbsvcs/Naming/Persistent_Context_Index.cpp
+++ b/TAO/orbsvcs/orbsvcs/Naming/Persistent_Context_Index.cpp
@@ -184,6 +184,7 @@ TAO_Persistent_Context_Index::init (void)
// Everything went successfully.
status = 0;
+ temp2.release ();
}
else