mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 23:33:24 +08:00
[NTUSER] Fix UserDestroyInputContet (again and again) (#4482)
Add call of UserMarkObjectDestroy. Fix hung-up. CORE-11700
This commit is contained in:
committed by
GitHub
parent
4a748a3a97
commit
2ef605d428
@@ -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