We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 39ad676 + a0a9680 commit b7c36faCopy full SHA for b7c36fa
1 file changed
src/x509_str.c
@@ -557,6 +557,7 @@ WOLFSSL_STACK* wolfSSL_X509_STORE_CTX_get_chain(WOLFSSL_X509_STORE_CTX* ctx)
557
}
558
559
else {
560
+ wolfSSL_X509_free(x509);
561
WOLFSSL_MSG("Could not find CA for certificate");
562
563
0 commit comments