Module: wine Branch: master Commit: f8376b91da0b4fb973dec29c603a06c405d8d1d8 URL: http://source.winehq.org/git/wine.git/?a=commit;h=f8376b91da0b4fb973dec29c60... Author: Juan Lang <juan.lang(a)gmail.com> Date: Tue Nov 3 17:22:10 2009 -0800 crypt32: Eliminate a double free in the tests. --- dlls/crypt32/tests/store.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/dlls/crypt32/tests/store.c b/dlls/crypt32/tests/store.c index 419d2dd..5c019fa 100644 --- a/dlls/crypt32/tests/store.c +++ b/dlls/crypt32/tests/store.c @@ -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); }