From 95def48071e54c769ee063ddf53f05c9595602d2 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 4 Oct 2004 10:36:51 +0000 Subject: Made the dns entry remain locked while a connection to the host remains to allow verbose output during this period. Bertrand Demiddelaer reported and helped fixing. --- lib/easy.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lib/easy.c') diff --git a/lib/easy.c b/lib/easy.c index 4782fc459..228d2aef0 100644 --- a/lib/easy.c +++ b/lib/easy.c @@ -391,11 +391,6 @@ void curl_easy_cleanup(CURL *curl) if(!data) return; - if ( ! (data->share && data->share->hostcache) ) { - if ( !Curl_global_host_cache_use(data)) { - Curl_hash_destroy(data->hostcache); - } - } Curl_close(data); } -- cgit v1.2.3