fix thread handle leak (these don't show up as threads anywhere, but
sysinternals handle.exe shows them)
This commit is contained in:
@@ -55,6 +55,9 @@ int ThreadImpl_Win32::Wait()
|
|||||||
DWORD ret;
|
DWORD ret;
|
||||||
GetExitCodeThread( ThreadHandle, &ret );
|
GetExitCodeThread( ThreadHandle, &ret );
|
||||||
|
|
||||||
|
CloseHandle( ThreadHandle );
|
||||||
|
ThreadHandle = NULL;
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user