summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_2243_Regression
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2011-12-19 18:58:47 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2011-12-19 18:58:47 +0000
commit58a84242bddd023a094f11ba6b7c6dff6b0c1d6c (patch)
treea5859ba09b19b678a7083f33bc4e6b4ec03416be /TAO/tests/Bug_2243_Regression
parent114b9575f85b78e54edbf04fcc4191d685877699 (diff)
downloadATCD-58a84242bddd023a094f11ba6b7c6dff6b0c1d6c.tar.gz
Mon Dec 19 18:58:16 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
* tests/Bug_1330_Regression/client.cpp: * tests/Bug_1670_Regression/client.cpp: * tests/Bug_2243_Regression/ORB_object_to_string.cpp: Fixed valgrind reported memory leaks
Diffstat (limited to 'TAO/tests/Bug_2243_Regression')
-rw-r--r--TAO/tests/Bug_2243_Regression/ORB_object_to_string.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tests/Bug_2243_Regression/ORB_object_to_string.cpp b/TAO/tests/Bug_2243_Regression/ORB_object_to_string.cpp
index c4276c8283b..36f3a07098e 100644
--- a/TAO/tests/Bug_2243_Regression/ORB_object_to_string.cpp
+++ b/TAO/tests/Bug_2243_Regression/ORB_object_to_string.cpp
@@ -62,6 +62,8 @@ ACE_TMAIN (int argc, ACE_TCHAR *argv[])
"\n"
"ORB_object_to_string test passed with ORBit2 test IOR."));
}
+
+ orb->destroy ();
}
catch (const CORBA::Exception& ex)
{