Commit 063c42cf authored by Mike McCormack's avatar Mike McCormack Committed by Alexandre Julliard

msi: Fix a memory leak.

parent e74b0ee9
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment