mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
[NTUSER] Fix UserDestroyInputContet (again and again) (#4482)
Add call of UserMarkObjectDestroy. Fix hung-up. CORE-11700
This commit is contained in:
parent
4a748a3a97
commit
2ef605d428
1 changed files with 1 additions and 0 deletions
|
@ -1468,6 +1468,7 @@ BOOLEAN UserDestroyInputContext(PVOID Object)
|
|||
if (!pIMC)
|
||||
return TRUE;
|
||||
|
||||
UserMarkObjectDestroy(pIMC);
|
||||
UserDeleteObject(UserHMGetHandle(pIMC), TYPE_INPUTCONTEXT);
|
||||
return TRUE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue