Commit 59f8cfeb authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

msi: Removed useless NULL check (Coverity).

parent 5574b64e
......@@ -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;
}
......
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