mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[Win32ss]
- Prevent a potential kernel exception. svn path=/trunk/; revision=60682
This commit is contained in:
@@ -53,6 +53,7 @@ IntGetProp(HWND hWnd, ATOM Atom)
|
||||
for (i = 0; i < pWnd->PropListItems; i++ )
|
||||
{
|
||||
Property = CONTAINING_RECORD(ListEntry, PROPERTY, PropListEntry);
|
||||
if (!Property) break;
|
||||
if (Property->Atom == Atom)
|
||||
{
|
||||
return(Property);
|
||||
|
||||
Reference in New Issue
Block a user