summaryrefslogtreecommitdiff
path: root/TAO/examples/PluggableUDP/tests/Performance/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/PluggableUDP/tests/Performance/client.cpp')
-rw-r--r--TAO/examples/PluggableUDP/tests/Performance/client.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/TAO/examples/PluggableUDP/tests/Performance/client.cpp b/TAO/examples/PluggableUDP/tests/Performance/client.cpp
index 72f7bb4ebe0..eb6e6a10137 100644
--- a/TAO/examples/PluggableUDP/tests/Performance/client.cpp
+++ b/TAO/examples/PluggableUDP/tests/Performance/client.cpp
@@ -126,9 +126,8 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[])
client->wait ();
- root_poa->destroy (1, // ethernalize objects
- 0 // wait for completion
- );
+ root_poa->destroy (1, // ethernalize objects
+ 0); // wait for completion
orb->destroy ();