mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:19:49 +00:00
msi: Removed useless NULL check (Coverity).
This commit is contained in:
parent
5574b64ede
commit
59f8cfeb22
1 changed files with 1 additions and 3 deletions
|
@ -516,9 +516,7 @@ UINT WINAPI MsiGetSummaryInformationW( MSIHANDLE hDatabase,
|
|||
msiobj_release( &si->hdr );
|
||||
}
|
||||
|
||||
if( db )
|
||||
msiobj_release( &db->hdr );
|
||||
|
||||
msiobj_release( &db->hdr );
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue