mirror of
https://github.com/reactos/reactos.git
synced 2026-06-08 17:02:56 +08:00
[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:
committed by
GitHub
parent
7f80d5ee79
commit
43d6fdf2be
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user