mirror of
https://github.com/curl/curl.git
synced 2026-08-24 13:03:35 +03:00
attempt to fix or allow further detection of an elusive icc SIGSEGV
This commit is contained in:
parent
80d0dcc9a3
commit
5779283a52
7 changed files with 21 additions and 3 deletions
|
|
@ -1551,6 +1551,8 @@ CURLMcode curl_multi_cleanup(CURLM *multi_handle)
|
|||
multi->type = 0; /* not good anymore */
|
||||
Curl_hash_destroy(multi->hostcache);
|
||||
Curl_hash_destroy(multi->sockhash);
|
||||
multi->hostcache = NULL;
|
||||
multi->sockhash = NULL;
|
||||
|
||||
/* go over all connections that have close actions */
|
||||
for(i=0; i< multi->connc->num; i++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue