msi: Release the package in MsiGetProductPropertyW.

This commit is contained in:
Hans Leidekker 2010-05-20 12:01:15 +02:00 committed by Alexandre Julliard
parent a4c25196b0
commit e5dd509901
1 changed files with 1 additions and 0 deletions

View File

@ -2388,6 +2388,7 @@ done:
r = ERROR_SUCCESS;
}
msiobj_release(&package->hdr);
return r;
}