Commit af3afcf8 authored by Juan Lang's avatar Juan Lang Committed by Alexandre Julliard

crypt32: Fix a memory leak in a test.

parent 7a73fd97
......@@ -2117,6 +2117,7 @@ static void test_CERT_CHAIN_PARA_cbSize(void)
pCertFreeCertificateChain(chain);
}
CertFreeCertificateContext(cert);
CertCloseStore(store, 0);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment