advapi32/tests: Fix crash on 64bit windows for 64bit test.
This commit is contained in:
parent
1835e2f5ba
commit
53bd69491b
|
@ -3758,8 +3758,6 @@ static void test_GetSecurityInfo(void)
|
|||
ok(ace->Mask == 0x1f01ff, "Administators Group ACE has unexpected mask (0x%x != 0x1f01ff)\n",
|
||||
ace->Mask);
|
||||
}
|
||||
LocalFree(pSD);
|
||||
|
||||
CloseHandle(obj);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue