mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 17:25:55 +00:00
don't deref NULL pointer
svn path=/trunk/; revision=34439
This commit is contained in:
parent
8b47005e1a
commit
a267c40f5b
1 changed files with 2 additions and 1 deletions
|
@ -1149,7 +1149,8 @@ IntUnlinkWindow(PWINDOW_OBJECT Wnd)
|
|||
WndParent->FirstChild = Wnd->NextSibling;
|
||||
|
||||
Wnd->PrevSibling = Wnd->NextSibling = Wnd->Parent = NULL;
|
||||
Wnd->Wnd->Parent = NULL;
|
||||
if (Wnd->Wnd)
|
||||
Wnd->Wnd->Parent = NULL;
|
||||
}
|
||||
|
||||
BOOL FASTCALL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue