Author: jimtabor Date: Mon Nov 15 06:52:44 2010 New Revision: 49592
URL: http://svn.reactos.org/svn/reactos?rev=49592&view=rev Log: [Win32k] - Fix hooks, do not cleanup hooks when any window from the same thread is destroyed.
Modified: trunk/reactos/subsystems/win32/win32k/ntuser/window.c
Modified: trunk/reactos/subsystems/win32/win32k/ntuser/window.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/ntu... ============================================================================== --- trunk/reactos/subsystems/win32/win32k/ntuser/window.c [iso-8859-1] (original) +++ trunk/reactos/subsystems/win32/win32k/ntuser/window.c [iso-8859-1] Mon Nov 15 06:52:44 2010 @@ -401,8 +401,6 @@ }
DestroyTimersForWindow(ThreadData, Window); - - HOOK_DestroyThreadHooks(ThreadData->pEThread); // This is needed here too!
/* flush the message queue */ MsqRemoveWindowMessagesFromQueue(Window);