diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-11-19 09:22:36 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-11-19 09:22:36 +0000 |
commit | 8dc8d85108388646a6edecc26887c0edc114f83c (patch) | |
tree | 3fda0a68ef82af3bdc52f6498c7dc9505df427e8 /tests/Reactor_Exceptions_Test.cpp | |
parent | c4c169a46e672e8c19197add1a75d9cc4f655223 (diff) | |
download | ATCD-8dc8d85108388646a6edecc26887c0edc114f83c.tar.gz |
*** empty log message ***
Diffstat (limited to 'tests/Reactor_Exceptions_Test.cpp')
-rw-r--r-- | tests/Reactor_Exceptions_Test.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Reactor_Exceptions_Test.cpp b/tests/Reactor_Exceptions_Test.cpp index 1d4c89dcbdf..51c8c3afc1f 100644 --- a/tests/Reactor_Exceptions_Test.cpp +++ b/tests/Reactor_Exceptions_Test.cpp @@ -145,6 +145,8 @@ main (int argc, char *argv[]) for (int i = 0; i < ACE_MAX_ITERATIONS; i++) dgram.send ("Hello", 6, remote_addr); + ex.close (); + dgram.close (); thr_mgr->wait (); ACE_DEBUG ((LM_DEBUG, "(%t) exiting main\n")); |