mirror of
https://github.com/reactos/wine.git
synced 2024-12-04 01:41:18 +00:00
msi/tests: Free the string returned from ConvertSidToStringSid.
Found by valgrind.
This commit is contained in:
parent
483590a3c5
commit
394a437723
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user