mirror of
https://github.com/reactos/wine.git
synced 2025-02-16 19:10:35 +00:00
msi: Fix a memory leak.
This commit is contained in:
parent
e74b0ee910
commit
063c42cfa6
@ -624,6 +624,7 @@ UINT MSI_InstallPackage( MSIPACKAGE *package, LPCWSTR szPackagePath,
|
||||
check = msi_dup_property( package, cszSourceDir );
|
||||
if (!check)
|
||||
MSI_SetPropertyW(package, cszSourceDir, path);
|
||||
msi_free(check);
|
||||
|
||||
check = msi_dup_property( package, cszSOURCEDIR );
|
||||
if (!check)
|
||||
|
Loading…
x
Reference in New Issue
Block a user