- Explicitly initialize PropListItems

svn path=/trunk/; revision=63741
This commit is contained in:
Jérôme Gardou 2014-07-26 15:41:25 +00:00
parent bbaddbe80c
commit 6d7085f177

View file

@ -1802,6 +1802,7 @@ PWND FASTCALL IntCreateWindow(CREATESTRUCTW* Cs,
}
InitializeListHead(&pWnd->PropListHead);
pWnd->PropListItems = 0;
if ( WindowName->Buffer != NULL && WindowName->Length > 0 )
{