mirror of
https://github.com/curl/curl.git
synced 2026-08-24 12:03:34 +03:00
- Shmulik Regev found a memory leak in re-used HTTPS connections, at least
when the multi interface was used.
This commit is contained in:
parent
d2bdad5945
commit
1045b8d382
3 changed files with 6 additions and 0 deletions
|
|
@ -1786,6 +1786,8 @@ static void conn_free(struct connectdata *conn)
|
|||
Curl_destroy_thread_data(&conn->async);
|
||||
#endif
|
||||
|
||||
Curl_ssl_close(conn);
|
||||
|
||||
Curl_free_ssl_config(&conn->ssl_config);
|
||||
|
||||
free(conn); /* free all the connection oriented data */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue