mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
Jeffrey Morlan ([email protected])
- Fix a race condition in msgina, which occasionally led to hangs at "Loading your personal settings" See issue #3384 for more details. svn path=/trunk/; revision=34077
This commit is contained in:
@@ -83,9 +83,6 @@ StartupWindowThread(LPVOID lpParam)
|
||||
(LPARAM)lpParam);
|
||||
SetThreadDesktop(OldDesk);
|
||||
|
||||
msg->Context->hStatusWindow = 0;
|
||||
msg->Context->SignaledStatusWindowCreated = FALSE;
|
||||
|
||||
HeapFree(GetProcessHeap(), 0, lpParam);
|
||||
return TRUE;
|
||||
}
|
||||
@@ -159,6 +156,7 @@ GUIRemoveStatusMessage(
|
||||
{
|
||||
EndDialog(pgContext->hStatusWindow, 0);
|
||||
pgContext->hStatusWindow = 0;
|
||||
pgContext->SignaledStatusWindowCreated = FALSE;
|
||||
}
|
||||
|
||||
return TRUE;
|
||||
|
||||
Reference in New Issue
Block a user