mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
- unlink window object when notify hook returns an error
svn path=/trunk/; revision=32997
This commit is contained in:
@@ -2063,6 +2063,7 @@ AllocErr:
|
||||
{
|
||||
/* FIXME: Cleanup. */
|
||||
DPRINT1("IntCreateWindowEx(): event CREATE hook failed. No cleanup performed!\n");
|
||||
IntUnlinkWindow(Window);
|
||||
RETURN((HWND)0);
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user