[WIN32K]
authorJérôme Gardou <jerome.gardou@reactos.org>
Sat, 26 Jul 2014 15:41:25 +0000 (15:41 +0000)
committerJérôme Gardou <jerome.gardou@reactos.org>
Sat, 26 Jul 2014 15:41:25 +0000 (15:41 +0000)
 - Explicitly initialize PropListItems

svn path=/trunk/; revision=63741

reactos/win32ss/user/ntuser/window.c

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