Commit 394a4377 authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

msi/tests: Free the string returned from ConvertSidToStringSid.

Found by valgrind.
parent 483590a3
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment