mirror of
https://github.com/reactos/reactos.git
synced 2025-07-27 20:22:05 +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 (IsListEmpty(CurrentEntry)) break;
|
||||||
if (!CurrentMessage) break;
|
if (!CurrentMessage) break;
|
||||||
CurrentEntry = CurrentMessage->ListEntry.Flink;
|
CurrentEntry = CurrentMessage->ListEntry.Flink;
|
||||||
|
if (!CurrentEntry) break; //// Fix CORE-6734 reported crash.
|
||||||
/*
|
/*
|
||||||
MSDN:
|
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.
|
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…
Add table
Add a link
Reference in a new issue