msi/tests: Free the user SID string buffer with the correct deallocator in the source tests.
This commit is contained in:
parent
3b79a7b4ac
commit
ba180b8600
|
@ -1001,7 +1001,7 @@ static void test_MsiSourceListAddSourceEx(void)
|
|||
|
||||
RegCloseKey(url);
|
||||
RegCloseKey(prodkey);
|
||||
HeapFree(GetProcessHeap(), 0, usersid);
|
||||
LocalFree(usersid);
|
||||
}
|
||||
|
||||
static void test_MsiSourceListEnumSources(void)
|
||||
|
|
Loading…
Reference in New Issue