mirror of
https://github.com/reactos/reactos.git
synced 2025-04-21 12:40:33 +00:00
- unlink window when WM_CREATE fails
- fixes bug 3179 and bug 3102 svn path=/trunk/; revision=32974
This commit is contained in:
parent
fd3d710d4d
commit
2c4767b0ba
1 changed files with 1 additions and 0 deletions
|
@ -2054,6 +2054,7 @@ AllocErr:
|
|||
{
|
||||
/* FIXME: Cleanup. */
|
||||
DPRINT1("IntCreateWindowEx(): send CREATE message failed. No cleanup performed!\n");
|
||||
IntUnlinkWindow(Window);
|
||||
RETURN((HWND)0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue