advapi32/tests: Fix crash on 64bit windows for 64bit test.

This commit is contained in:
Detlef Riekenberg 2012-12-02 22:55:00 +01:00 committed by Alexandre Julliard
parent 1835e2f5ba
commit 53bd69491b
1 changed files with 0 additions and 2 deletions

View File

@ -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);
}