[WINESYNC] msi/tests: Correctly free usersid.

Signed-off-by: Hans Leidekker <[email protected]>
Signed-off-by: Alexandre Julliard <[email protected]>

wine commit id 1bab386adffce4cd5589cec43b407d53230ef1cd by Hans Leidekker <[email protected]>
This commit is contained in:
winesync
2022-03-20 19:28:45 +01:00
committed by Mark Jansen
parent 1b4acd3c65
commit 0dd82beda9
+3 -3
View File
@@ -3025,7 +3025,7 @@ error:
DeleteFileA(msifile);
DeleteFileA("msitest\\maximus");
RemoveDirectoryA("msitest");
free(usersid);
LocalFree(usersid);
}
static void test_publish_product(void)
@@ -3262,7 +3262,7 @@ error:
DeleteFileA(msifile);
DeleteFileA("msitest\\maximus");
RemoveDirectoryA("msitest");
free(usersid);
LocalFree(usersid);
}
static void test_publish_features(void)
@@ -3387,7 +3387,7 @@ error:
DeleteFileA(msifile);
DeleteFileA("msitest\\maximus");
RemoveDirectoryA("msitest");
free(usersid);
LocalFree(usersid);
}
static LPSTR reg_get_val_str(HKEY hkey, LPCSTR name)