summaryrefslogtreecommitdiff
path: root/TAO/tests/IORTable_Locator
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2014-08-22 06:39:10 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2014-08-22 06:39:10 +0000
commitf4ca07898137d41e1ec49d5f83ee5e82db09a8fa (patch)
tree9e61f09481c23be875209d1f1ea5968c8522ff82 /TAO/tests/IORTable_Locator
parentb2ff6c162d21ccd8a48e8f939d1bea300f052681 (diff)
downloadATCD-f4ca07898137d41e1ec49d5f83ee5e82db09a8fa.tar.gz
Fri Aug 22 06:41:21 UTC 2014 Johnny Willemsen <jwillemsen@remedy.nl>
* tests/IORTable_Locator/client.cpp: Fixed memory leak * tests/OBV/Any/AnyS_impl.cpp: Removed commented out code * tests/Portable_Interceptors/Bug_3079/Server_ORBInitializer.h: Layout change
Diffstat (limited to 'TAO/tests/IORTable_Locator')
-rw-r--r--TAO/tests/IORTable_Locator/client.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tests/IORTable_Locator/client.cpp b/TAO/tests/IORTable_Locator/client.cpp
index 6ec26e074ad..aa26c31770b 100644
--- a/TAO/tests/IORTable_Locator/client.cpp
+++ b/TAO/tests/IORTable_Locator/client.cpp
@@ -77,6 +77,8 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[])
ACE_DEBUG ((LM_DEBUG,
"Leaving!\n"));
+
+ orb->destroy ();
}
catch (const CORBA::Exception &ex)
{