mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 19:26:42 +00:00
[Win32k] - Fix hooks, do not cleanup hooks when any window from the same thread is destroyed.
svn path=/trunk/; revision=49592
This commit is contained in:
@@ -402,8 +402,6 @@ static LRESULT co_UserFreeWindow(PWND Window,
|
||||
|
||||
DestroyTimersForWindow(ThreadData, Window);
|
||||
|
||||
HOOK_DestroyThreadHooks(ThreadData->pEThread); // This is needed here too!
|
||||
|
||||
/* flush the message queue */
|
||||
MsqRemoveWindowMessagesFromQueue(Window);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user