Commit 4202b141 authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

msi: Use the return value of MSI_IterateRecords (clang).

parent 4e31d28c
......@@ -6977,6 +6977,7 @@ static UINT ACTION_RemoveExistingProducts( MSIPACKAGE *package )
{
r = MSI_IterateRecords( view, NULL, ITERATE_RemoveExistingProducts, package );
msiobj_release( &view->hdr );
return r;
}
return ERROR_SUCCESS;
}
......
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