Commit bd878756 authored by Sterling Hughes's avatar Sterling Hughes
Browse files

Probably not necessary, but good practice.

parent 8d7f402e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -89,6 +89,7 @@ void Curl_global_host_cache_dtor(void)
{
  if (host_cache_initialized) {
    curl_hash_clean(&hostname_cache);
    host_cache_initialized = 0;
  }
}