diff --git a/dlls/msi/tests/package.c b/dlls/msi/tests/package.c index 78bf3b69bdd..9b4ae440da0 100644 --- a/dlls/msi/tests/package.c +++ b/dlls/msi/tests/package.c @@ -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); }