Fixed CID 583215.

This commit is contained in:
Radim Smat
2021-03-03 15:51:22 +01:00
parent ef34e613e8
commit 26578be1a7

View File

@ -621,6 +621,7 @@ WOLFSSL_OCSP_CERTID* wolfSSL_OCSP_cert_to_id(
if (certStatus)
XFREE(certStatus, NULL, DYNAMIC_TYPE_OPENSSL);
wolfSSL_CertManagerFree(cm);
return NULL;
}