msi/tests: Free the user SID string buffer with the correct deallocator in the source tests.

This commit is contained in:
Andrew Nguyen 2010-07-09 04:10:08 -05:00 committed by Alexandre Julliard
parent 3b79a7b4ac
commit ba180b8600
1 changed files with 1 additions and 1 deletions

View File

@ -1001,7 +1001,7 @@ static void test_MsiSourceListAddSourceEx(void)
RegCloseKey(url);
RegCloseKey(prodkey);
HeapFree(GetProcessHeap(), 0, usersid);
LocalFree(usersid);
}
static void test_MsiSourceListEnumSources(void)