crypt32: Eliminate a double free in the tests.

This commit is contained in:
Juan Lang 2009-11-03 17:22:10 -08:00 committed by Alexandre Julliard
parent 108f30bb7d
commit f8376b91da
1 changed files with 0 additions and 1 deletions

View File

@ -2096,7 +2096,6 @@ static void test_I_UpdateStore(void)
certs = countCertsInStore(store1);
ok(certs == 0, "Expected 0 certs, got %d\n", certs);
CertFreeCertificateContext(cert);
CertCloseStore(store1, 0);
CertCloseStore(store2, 0);
}