mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 13:11:22 +00:00
[NTUSER] Release WinSta->spklList at IntWinStaObjectDelete (#4593)
Call UserAssignmentUnlock((PVOID*)&WinSta->spklList); in IntWinStaObjectDelete function. CORE-11700
This commit is contained in:
parent
6c1b65d7a4
commit
b9ecf4b055
1 changed files with 2 additions and 0 deletions
|
@ -128,6 +128,8 @@ IntWinStaObjectDelete(
|
|||
|
||||
RtlDestroyAtomTable(WinSta->AtomTable);
|
||||
|
||||
UserAssignmentUnlock((PVOID*)&WinSta->spklList);
|
||||
|
||||
return STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue