tool_cfgable: free ssl-sessions at exit

Also free the memory correctly in tool_ssls_load

Closes #19602
This commit is contained in:
Daniel Stenberg 2025-11-19 08:32:41 +01:00
parent 8bb8984e9d
commit c255d2fdcb
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
3 changed files with 8 additions and 6 deletions

View file

@ -29,6 +29,7 @@
#include "tool_sdecls.h"
#include "tool_urlglob.h"
#include "var.h"
#include "memdebug.h" /* keep this as LAST include */
/* the type we use for storing a single boolean bit */
#ifndef BIT