Probably not necessary, but good practice.

This commit is contained in:
Sterling Hughes 2002-01-07 20:55:35 +00:00
parent 8d7f402efb
commit bd878756fc

View File

@ -89,6 +89,7 @@ void Curl_global_host_cache_dtor(void)
{
if (host_cache_initialized) {
curl_hash_clean(&hostname_cache);
host_cache_initialized = 0;
}
}