[2/4] msi/tests: Free the string returned from ConvertSidToStringSid.

Hans Leidekker hans at codeweavers.com
Fri Oct 23 03:48:24 CDT 2009


Found by valgrind.
---
 dlls/msi/tests/package.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/msi/tests/package.c b/dlls/msi/tests/package.c
index 88ffa61..903e2ac 100644
--- a/dlls/msi/tests/package.c
+++ b/dlls/msi/tests/package.c
@@ -7691,6 +7691,7 @@ static void test_appsearch_complocator(void)
     DeleteFileA("FileName10.dll");
     MsiCloseHandle(hpkg);
     DeleteFileA(msifile);
+    LocalFree(usersid);
 }
 
 static void test_appsearch_reglocator(void)
-- 
1.6.3.3





More information about the wine-patches mailing list