attempt to fix or allow further detection of an elusive icc SIGSEGV

This commit is contained in:
Yang Tse
2008-10-19 20:17:16 +00:00
parent 80d0dcc9a3
commit 5779283a52
7 changed files with 21 additions and 3 deletions

View File

@@ -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++) {