mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 02:37:28 +02:00
Free X509 store ref on store free
This commit is contained in:
@ -869,6 +869,7 @@ void wolfSSL_X509_STORE_free(WOLFSSL_X509_STORE* store)
|
||||
store->lookup.dirs = NULL;
|
||||
}
|
||||
#endif
|
||||
wolfSSL_RefFree(&store->ref);
|
||||
XFREE(store, NULL, DYNAMIC_TYPE_X509_STORE);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user