[ACLUI] Let image list be automatically deleted (#5890)

Based on KRosUser's aclui.patch. The list view will automatically delete the image list.
Don't delete the image list in DestroySecurityPage function.
CORE-19187
This commit is contained in:
Katayama Hirofumi MZ
2023-11-05 21:36:05 +09:00
committed by GitHub
parent 7f80d5ee79
commit 43d6fdf2be

View File

@@ -87,11 +87,6 @@ AceHeaderToSID(IN PACE_HEADER AceHeader)
static VOID
DestroySecurityPage(IN PSECURITY_PAGE sp)
{
if(sp->hiPrincipals != NULL)
{
ImageList_Destroy(sp->hiPrincipals);
}
DestroySidCacheMgr(sp->SidCacheMgr);
if (sp->OwnerSid != NULL)