Commit 52c9b9f2 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

msi: Fixed a memory leak in an error case (Coverity).

parent 919e8236
......@@ -1077,6 +1077,7 @@ static UINT msi_load_summary_properties( MSIPACKAGE *package )
if (rc != ERROR_SUCCESS)
{
WARN("Unable to query rev number: %d\n", rc);
msi_free( package_code );
goto done;
}
......
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