Commit e5dd5099 authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

msi: Release the package in MsiGetProductPropertyW.

parent a4c25196
......@@ -2388,6 +2388,7 @@ done:
r = ERROR_SUCCESS;
}
msiobj_release(&package->hdr);
return r;
}
......
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