mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 04:13:35 +00:00
- unlink window when WM_CREATE fails
- fixes bug 3179 and bug 3102 svn path=/trunk/; revision=32974
This commit is contained in:
@@ -2054,6 +2054,7 @@ AllocErr:
|
||||
{
|
||||
/* FIXME: Cleanup. */
|
||||
DPRINT1("IntCreateWindowEx(): send CREATE message failed. No cleanup performed!\n");
|
||||
IntUnlinkWindow(Window);
|
||||
RETURN((HWND)0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user