mirror of
https://github.com/curl/curl.git
synced 2026-08-25 07:23:31 +03:00
tool_cfgable: free ssl-sessions at exit
Also free the memory correctly in tool_ssls_load Closes #19602
This commit is contained in:
parent
8bb8984e9d
commit
c255d2fdcb
3 changed files with 8 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue