mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
don't deref NULL pointer
svn path=/trunk/; revision=34439
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user