[Win32ss]

- Prevent a potential kernel exception.

svn path=/trunk/; revision=60682
This commit is contained in:
James Tabor 2013-10-15 22:14:48 +00:00
parent 4f2b6c6702
commit 769ec79f16

View file

@ -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);