msi: Fix a memory leak.

This commit is contained in:
Mike McCormack 2006-11-08 14:55:31 +09:00 committed by Alexandre Julliard
parent e74b0ee910
commit 063c42cfa6
1 changed files with 1 additions and 0 deletions

View File

@ -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)