We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83e9a07 commit 8a8ef35Copy full SHA for 8a8ef35
1 file changed
src/internal.c
@@ -3038,7 +3038,7 @@ void FreeSSL_Ctx(WOLFSSL_CTX* ctx)
3038
!defined(WOLFSSL_NO_DEF_TICKET_ENC_CB) && !defined(NO_TLS)
3039
TicketEncCbCtx_Free(&ctx->ticketKeyCtx);
3040
#endif
3041
- wolfSSL_RefFree(&ctx->ref);
+ wolfSSL_RefWithMutexFree(&ctx->ref);
3042
XFREE(ctx, heap, DYNAMIC_TYPE_CTX);
3043
}
3044
else {
0 commit comments