diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2014-11-10 11:56:02 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2014-11-10 11:56:02 +0000 |
commit | 0f4b5068248c821d304652727909d08ab8ad908b (patch) | |
tree | cc69b04f8d44f637a5e714e28055761d759e6ab9 /TAO/orbsvcs | |
parent | 885f75de7f993ba47a92aa81aa56eda1b51940fa (diff) | |
download | ATCD-0f4b5068248c821d304652727909d08ab8ad908b.tar.gz |
fuzz
Diffstat (limited to 'TAO/orbsvcs')
-rw-r--r-- | TAO/orbsvcs/tests/CosEvent/Timeout/TimeoutTestMain.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/orbsvcs/tests/CosEvent/Timeout/TimeoutTestMain.cpp b/TAO/orbsvcs/tests/CosEvent/Timeout/TimeoutTestMain.cpp index 3f7f9c1a164..20b3804ddb7 100644 --- a/TAO/orbsvcs/tests/CosEvent/Timeout/TimeoutTestMain.cpp +++ b/TAO/orbsvcs/tests/CosEvent/Timeout/TimeoutTestMain.cpp @@ -168,11 +168,11 @@ int ACE_TMAIN (int argc, ACE_TCHAR *argv[]) orb->run (); ACE_Thread_Manager::instance ()->wait (); - + if (!CORBA::is_nil (s_orb.in ())) - { - s_orb->destroy (); - } + { + s_orb->destroy (); + } orb->destroy (); return 0; |