mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[NTUSER] Fix UserDestroyInputContet (again and again) (#4482)
Add call of UserMarkObjectDestroy. Fix hung-up. CORE-11700
This commit is contained in:
@@ -1468,6 +1468,7 @@ BOOLEAN UserDestroyInputContext(PVOID Object)
|
||||
if (!pIMC)
|
||||
return TRUE;
|
||||
|
||||
UserMarkObjectDestroy(pIMC);
|
||||
UserDeleteObject(UserHMGetHandle(pIMC), TYPE_INPUTCONTEXT);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user