We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5408118 commit a0a9680Copy full SHA for a0a9680
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