mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 16:31:07 +08:00
CORE-18663
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user