[PATCH] advapi32/tests: Fix crash on 64bit windows for 64bit test

Detlef Riekenberg wine.dev at web.de
Sun Dec 2 15:55:00 CST 2012


wine testbot does not detect the crash in the summary:
http://bugs.winehq.org/show_bug.cgi?id=32354

--
By by ... Detlef
---
 dlls/advapi32/tests/security.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/dlls/advapi32/tests/security.c b/dlls/advapi32/tests/security.c
index f53d50f..8c209bf 100644
--- a/dlls/advapi32/tests/security.c
+++ b/dlls/advapi32/tests/security.c
@@ -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);
 }
 
-- 
1.7.5.4




More information about the wine-patches mailing list