We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e6dac68 + b4146ba commit ce9d0e2Copy full SHA for ce9d0e2
1 file changed
src/x509_str.c
@@ -869,6 +869,7 @@ void wolfSSL_X509_STORE_free(WOLFSSL_X509_STORE* store)
869
store->lookup.dirs = NULL;
870
}
871
#endif
872
+ wolfSSL_RefFree(&store->ref);
873
XFREE(store, NULL, DYNAMIC_TYPE_X509_STORE);
874
875
0 commit comments