mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
- Fix another NULL Wnd crash.
svn path=/trunk/; revision=42644
This commit is contained in:
@@ -319,6 +319,8 @@ UserFreeWindowInfo(PW32THREADINFO ti, PWINDOW_OBJECT WindowObject)
|
||||
PCLIENTINFO ClientInfo = GetWin32ClientInfo();
|
||||
PWND Wnd = WindowObject->Wnd;
|
||||
|
||||
if (!Wnd) return;
|
||||
|
||||
if (ClientInfo->CallbackWnd.pvWnd == DesktopHeapAddressToUser(WindowObject->Wnd))
|
||||
{
|
||||
ClientInfo->CallbackWnd.hWnd = NULL;
|
||||
|
||||
Reference in New Issue
Block a user