diff options
| author | Manuel Traut <manut@mecka.net> | 2012-12-04 23:26:58 +0100 |
|---|---|---|
| committer | Manuel Traut <manut@mecka.net> | 2012-12-04 23:26:58 +0100 |
| commit | 6b7edc99bf073e24c87facf28931581c23fcde54 (patch) | |
| tree | b8182aef72940d78bfe4558f0fe2683416e844ab | |
| parent | f9eaee58fbc23e0f6db03e7d039a30170fabc697 (diff) | |
client/test: fix shutdown
use newly introduced destroy orb function
Signed-off-by: Manuel Traut <manut@mecka.net>
| -rw-r--r-- | clients/test/test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/test/test.cpp b/clients/test/test.cpp index 5758d55..7ccc10d 100644 --- a/clients/test/test.cpp +++ b/clients/test/test.cpp @@ -33,9 +33,9 @@ ACE_TMAIN (int argc, ACE_TCHAR *argv[]) std::cout << funcs[i].description << std::endl; } + destroy_orb (); join_orb (); out: - free (dev); return ret; } |
