Commit 25c21e5b authored by Juan Lang's avatar Juan Lang Committed by Alexandre Julliard

cryptnet: Fix a leak.

parent d0e7aaf1
......@@ -146,6 +146,7 @@ static void test_getObjectUrl(void)
NULL);
ok(!ret && GetLastError() == CRYPT_E_NOT_FOUND,
"Expected CRYPT_E_NOT_FOUND, got %08x\n", GetLastError());
CertFreeCertificateContext(cert);
}
cert = CertCreateCertificateContext(X509_ASN_ENCODING,
certWithCRLDistPoint, sizeof(certWithCRLDistPoint));
......
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