[NTUSER] Release WinSta->spklList at IntWinStaObjectDelete (#4593)

Call UserAssignmentUnlock((PVOID*)&WinSta->spklList); in IntWinStaObjectDelete function.
CORE-11700
This commit is contained in:
Katayama Hirofumi MZ 2022-08-02 10:46:37 +09:00 committed by GitHub
parent 6c1b65d7a4
commit b9ecf4b055
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -128,6 +128,8 @@ IntWinStaObjectDelete(
RtlDestroyAtomTable(WinSta->AtomTable);
UserAssignmentUnlock((PVOID*)&WinSta->spklList);
return STATUS_SUCCESS;
}