Loading lib/multi.c +6 −4 Original line number Diff line number Diff line Loading @@ -1775,10 +1775,6 @@ CURLMcode curl_multi_cleanup(CURLM *multi_handle) if(GOOD_MULTI_HANDLE(multi)) { 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 @@ -1802,6 +1798,12 @@ CURLMcode curl_multi_cleanup(CURLM *multi_handle) cl= n; } Curl_hash_destroy(multi->hostcache); multi->hostcache = NULL; Curl_hash_destroy(multi->sockhash); multi->sockhash = NULL; Curl_rm_connc(multi->connc); multi->connc = NULL; Loading Loading
lib/multi.c +6 −4 Original line number Diff line number Diff line Loading @@ -1775,10 +1775,6 @@ CURLMcode curl_multi_cleanup(CURLM *multi_handle) if(GOOD_MULTI_HANDLE(multi)) { 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 @@ -1802,6 +1798,12 @@ CURLMcode curl_multi_cleanup(CURLM *multi_handle) cl= n; } Curl_hash_destroy(multi->hostcache); multi->hostcache = NULL; Curl_hash_destroy(multi->sockhash); multi->sockhash = NULL; Curl_rm_connc(multi->connc); multi->connc = NULL; Loading