PiAuFreeUserSids
INT64 __fastcall PiAuFreeUserSids(INT64 a1){
void *v2;
void *v3;
void *v4;
void *v5;
void *v6;
void *v7;
void *v8;
void *v9;
v2 = *(void **)a1;
if( v2 )
ExFreePoolWithTag(v2, 0);
v3 = *(void **)(a1 + 8);
if( v3 )
ExFreePoolWithTag(v3, 0);
v4 = *(void **)(a1 + 16);
if( v4 )
ExFreePoolWithTag(v4, 0);
v5 = *(void **)(a1 + 24);
if( v5 )
ExFreePoolWithTag(v5, 0);
v6 = *(void **)(a1 + 32);
if( v6 )
ExFreePoolWithTag(v6, 0);
v7 = *(void **)(a1 + 40);
if( v7 )
ExFreePoolWithTag(v7, 0);
v8 = *(void **)(a1 + 48);
if( v8 )
ExFreePoolWithTag(v8, 0);
v9 = *(void **)(a1 + 56);
if( v9 )
ExFreePoolWithTag(v9, 0);
return 0i64;
}Referenced by:
PiAuCreateSecurityObjects