mirror of
https://github.com/curl/curl.git
synced 2026-07-30 17:38:04 +03:00
openssl: reduce CA certificate bundle reparsing by caching
Closes #9620
This commit is contained in:
parent
f151ec6c10
commit
3c16697ebd
15 changed files with 464 additions and 271 deletions
|
|
@ -2770,6 +2770,11 @@ CURLMcode curl_multi_cleanup(struct Curl_multi *multi)
|
|||
wakeup_close(multi->wakeup_pair[1]);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef USE_SSL
|
||||
Curl_free_multi_ssl_backend_data(multi->ssl_backend_data);
|
||||
#endif
|
||||
|
||||
free(multi);
|
||||
|
||||
return CURLM_OK;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue