Commit 405d0be4 authored by James Hawkins's avatar James Hawkins Committed by Alexandre Julliard

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

parent 3cfad1fb
......@@ -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);
}
......
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