From 2e25c531117f91b9a2c9c023b2f51e67f007a62f Mon Sep 17 00:00:00 2001 From: Stanislav Klima Date: Mon, 22 Mar 2021 09:50:20 +0100 Subject: [PATCH] Revert "Fixed CID 583215." This reverts commit 26578be1a792a600091d936139252767d2c25e8a. --- src/ocsp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ocsp.c b/src/ocsp.c index 427c1a34c..a8713b8ae 100644 --- a/src/ocsp.c +++ b/src/ocsp.c @@ -625,7 +625,6 @@ WOLFSSL_OCSP_CERTID* wolfSSL_OCSP_cert_to_id( if (certStatus) XFREE(certStatus, NULL, DYNAMIC_TYPE_OPENSSL); - wolfSSL_CertManagerFree(cm); return NULL; }