mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 03:43:36 +00:00
[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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user