crypt32: Fix a memory leak in a test.

This commit is contained in:
Juan Lang 2009-11-02 10:53:35 -08:00 committed by Alexandre Julliard
parent 7a73fd97ad
commit af3afcf81d
1 changed files with 1 additions and 0 deletions

View File

@ -2117,6 +2117,7 @@ static void test_CERT_CHAIN_PARA_cbSize(void)
pCertFreeCertificateChain(chain);
}
CertFreeCertificateContext(cert);
CertCloseStore(store, 0);
}