mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
CORE-18663
This commit is contained in:
parent
9a1487f3a8
commit
74ca0a12ad
1 changed files with 1 additions and 1 deletions
|
@ -2618,7 +2618,7 @@ HRESULT WINAPI CDefView::DestroyViewWindow()
|
|||
{
|
||||
HANDLE hOldThread = m_hUpdateStatusbarThread;
|
||||
|
||||
// Assigning NULL to m_hUpdateStatusbarThread will terminate the target thread immediately
|
||||
// Assigning NULL to m_hUpdateStatusbarThread will terminate the target thread
|
||||
m_hUpdateStatusbarThread = NULL;
|
||||
::WaitForSingleObject(hOldThread, INFINITE);
|
||||
|
||||
|
|
Loading…
Reference in a new issue