mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00: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