msi: Use the return value of MSI_IterateRecords (clang).
This commit is contained in:
parent
4e31d28cff
commit
4202b1419c
|
@ -6977,6 +6977,7 @@ static UINT ACTION_RemoveExistingProducts( MSIPACKAGE *package )
|
||||||
{
|
{
|
||||||
r = MSI_IterateRecords( view, NULL, ITERATE_RemoveExistingProducts, package );
|
r = MSI_IterateRecords( view, NULL, ITERATE_RemoveExistingProducts, package );
|
||||||
msiobj_release( &view->hdr );
|
msiobj_release( &view->hdr );
|
||||||
|
return r;
|
||||||
}
|
}
|
||||||
return ERROR_SUCCESS;
|
return ERROR_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue