msi: do_query is supposed to fail, so don't release a handle that is never initialized.

This commit is contained in:
James Hawkins 2007-11-05 04:11:47 -05:00 committed by Alexandre Julliard
parent 3cfad1fbf3
commit 405d0be4f7
1 changed files with 0 additions and 1 deletions

View File

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