msi/tests: Free the string returned from ConvertSidToStringSid.

Found by valgrind.
This commit is contained in:
Hans Leidekker 2009-10-23 10:48:24 +02:00 committed by Alexandre Julliard
parent 483590a3c5
commit 394a437723
1 changed files with 1 additions and 0 deletions

View File

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