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

This commit is contained in:
Hans Leidekker 2011-07-07 09:21:52 +02:00 committed by Alexandre Julliard
parent 4e31d28cff
commit 4202b1419c
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}