msi: do_query is supposed to fail, so don't release a handle that is never initialized.
This commit is contained in:
parent
3cfad1fbf3
commit
405d0be4f7
|
@ -1760,7 +1760,6 @@ static void test_property_table(void)
|
|||
ok(found == TRUE, "dantes should be in the _Property table\n");
|
||||
|
||||
MsiCloseHandle(hdb);
|
||||
MsiCloseHandle(hrec);
|
||||
MsiCloseHandle(hpkg);
|
||||
DeleteFile(msifile);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue