mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 17:05:45 +00:00
[WIN32K]
- Explicitly initialize PropListItems svn path=/trunk/; revision=63741
This commit is contained in:
parent
bbaddbe80c
commit
6d7085f177
1 changed files with 1 additions and 0 deletions
|
@ -1802,6 +1802,7 @@ PWND FASTCALL IntCreateWindow(CREATESTRUCTW* Cs,
|
||||||
}
|
}
|
||||||
|
|
||||||
InitializeListHead(&pWnd->PropListHead);
|
InitializeListHead(&pWnd->PropListHead);
|
||||||
|
pWnd->PropListItems = 0;
|
||||||
|
|
||||||
if ( WindowName->Buffer != NULL && WindowName->Length > 0 )
|
if ( WindowName->Buffer != NULL && WindowName->Length > 0 )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue