diff options
Diffstat (limited to 'ace/OS.cpp')
-rw-r--r-- | ace/OS.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/OS.cpp b/ace/OS.cpp index 7cf2759f637..ceb87dcd53f 100644 --- a/ace/OS.cpp +++ b/ace/OS.cpp @@ -825,7 +825,7 @@ ACE_OS::thr_create (ACE_THR_FUNC func, // Close down the handle if no one wants to use it. if (thr_handle == &handle) - ::CloseHandle (thr_handle); + ::CloseHandle (handle); if (*thr_handle != 0) return 0; |