Merge branch 'next' of git.gitorious.org:fg/simgear into next
This commit is contained in:
commit
34738bb20a
@ -71,7 +71,7 @@ struct SGThread::PrivateData {
|
||||
{
|
||||
if (_handle == INVALID_HANDLE_VALUE)
|
||||
return;
|
||||
DWORD ret = WaitForSingleObject(_handle, 0);
|
||||
DWORD ret = WaitForSingleObject(_handle, INFINITE);
|
||||
if (ret != WAIT_OBJECT_0)
|
||||
return;
|
||||
CloseHandle(_handle);
|
||||
|
Loading…
Reference in New Issue
Block a user