msi: Removed useless NULL check (Coverity).

This commit is contained in:
Marcus Meissner 2011-06-26 17:17:38 +02:00 committed by Alexandre Julliard
parent 5574b64ede
commit 59f8cfeb22
1 changed files with 1 additions and 3 deletions

View File

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