mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
- Fix crash reported in CORE-6734.
svn path=/trunk/; revision=62201
This commit is contained in:
parent
ac49d0b2d3
commit
e3a1a7262d
1 changed files with 1 additions and 0 deletions
|
@ -1775,6 +1775,7 @@ co_MsqPeekHardwareMessage(IN PTHREADINFO pti,
|
|||
if (IsListEmpty(CurrentEntry)) break;
|
||||
if (!CurrentMessage) break;
|
||||
CurrentEntry = CurrentMessage->ListEntry.Flink;
|
||||
if (!CurrentEntry) break; //// Fix CORE-6734 reported crash.
|
||||
/*
|
||||
MSDN:
|
||||
1: any window that belongs to the current thread, and any messages on the current thread's message queue whose hwnd value is NULL.
|
||||
|
|
Loading…
Reference in a new issue