[Win32ss]

- Prevent a potential kernel exception.

svn path=/trunk/; revision=60683
This commit is contained in:
James Tabor 2013-10-15 22:16:31 +00:00
parent 769ec79f16
commit 512ac8d32c

View file

@ -21,6 +21,7 @@ IntGetProp(PWND Window, ATOM Atom)
while (ListEntry != &Window->PropListHead)
{
Property = CONTAINING_RECORD(ListEntry, PROPERTY, PropListEntry);
if (!Property) break;
if (Property->Atom == Atom)
{
return(Property);