From: Sterling Hughes Date: Mon, 7 Jan 2002 20:55:35 +0000 (+0000) Subject: Probably not necessary, but good practice. X-Git-Tag: curl-7_9_3-pre1~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bd878756fc6700f47859844f9d652199fd62cea6;p=curl Probably not necessary, but good practice. --- diff --git a/lib/hostip.c b/lib/hostip.c index 791ee030c..9d0013ffe 100644 --- a/lib/hostip.c +++ b/lib/hostip.c @@ -89,6 +89,7 @@ void Curl_global_host_cache_dtor(void) { if (host_cache_initialized) { curl_hash_clean(&hostname_cache); + host_cache_initialized = 0; } }