crypt32: Fix a memory leak in a test.
This commit is contained in:
parent
7a73fd97ad
commit
af3afcf81d
|
@ -2117,6 +2117,7 @@ static void test_CERT_CHAIN_PARA_cbSize(void)
|
|||
pCertFreeCertificateChain(chain);
|
||||
}
|
||||
|
||||
CertFreeCertificateContext(cert);
|
||||
CertCloseStore(store, 0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue