summaryrefslogtreecommitdiff
path: root/TAO/tests/RTCORBA
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-08-25 03:32:45 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-08-25 03:32:45 +0000
commitf003e37ccf35302eec37f48e4828e3e3a8c4cb64 (patch)
tree9936ca60a63037d947e13368fb01fa081c22aa26 /TAO/tests/RTCORBA
parent9cfbe826c8e4beb46c2c40e1ff55332bd786cd29 (diff)
downloadATCD-f003e37ccf35302eec37f48e4828e3e3a8c4cb64.tar.gz
ChangeLogTag: Tue Aug 24 20:33:08 2004 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'TAO/tests/RTCORBA')
-rw-r--r--TAO/tests/RTCORBA/RTMutex/server.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tests/RTCORBA/RTMutex/server.cpp b/TAO/tests/RTCORBA/RTMutex/server.cpp
index 12964d835bc..a232f56b1af 100644
--- a/TAO/tests/RTCORBA/RTMutex/server.cpp
+++ b/TAO/tests/RTCORBA/RTMutex/server.cpp
@@ -485,6 +485,8 @@ test_mutex_try_lock (RTCORBA::RTORB_ptr rt_orb)
// Wait for the threads to exit.
ACE_Thread_Manager::instance ()->wait ();
+ mutex->unlock ();
+
CORBA::release (mutex);
}