Add missing call to wolfSSL_RefFree in FreeCRL

This commit is contained in:
Anthony Hu
2025-05-08 13:11:37 -04:00
parent 7ff4ada692
commit 42fb041890

View File

@@ -258,6 +258,7 @@ void FreeCRL(WOLFSSL_CRL* crl, int dynamic)
WOLFSSL_MSG("Couldn't lock x509 mutex");
if (!doFree)
return;
wolfSSL_RefFree(&crl->ref);
}
#endif