From 6d7085f1774612f091135ef0e90b8b77d4553d67 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Gardou?= Date: Sat, 26 Jul 2014 15:41:25 +0000 Subject: [PATCH] [WIN32K] - Explicitly initialize PropListItems svn path=/trunk/; revision=63741 --- reactos/win32ss/user/ntuser/window.c | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/win32ss/user/ntuser/window.c b/reactos/win32ss/user/ntuser/window.c index de3b4bd0c34..13d154685a4 100644 --- a/reactos/win32ss/user/ntuser/window.c +++ b/reactos/win32ss/user/ntuser/window.c @@ -1802,6 +1802,7 @@ PWND FASTCALL IntCreateWindow(CREATESTRUCTW* Cs, } InitializeListHead(&pWnd->PropListHead); + pWnd->PropListItems = 0; if ( WindowName->Buffer != NULL && WindowName->Length > 0 ) { -- 2.17.1