summaryrefslogtreecommitdiff
path: root/orbsvcs/tests/Security/MT_IIOP_SSL/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'orbsvcs/tests/Security/MT_IIOP_SSL/server.cpp')
-rw-r--r--orbsvcs/tests/Security/MT_IIOP_SSL/server.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/orbsvcs/tests/Security/MT_IIOP_SSL/server.cpp b/orbsvcs/tests/Security/MT_IIOP_SSL/server.cpp
index dfca2b5c55d..ab199af47fa 100644
--- a/orbsvcs/tests/Security/MT_IIOP_SSL/server.cpp
+++ b/orbsvcs/tests/Security/MT_IIOP_SSL/server.cpp
@@ -33,7 +33,7 @@ parse_args (int argc, ACE_TCHAR *argv[])
argv [0]),
-1);
}
- // Indicates sucessful parsing of the command line
+ // Indicates successful parsing of the command line
return 0;
}
@@ -100,6 +100,8 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[])
worker.thr_mgr ()->wait ();
ACE_DEBUG ((LM_DEBUG, "event loop finished\n"));
+
+ orb->destroy ();
}
catch (const CORBA::Exception& ex)
{