diff --git a/src/host.c b/src/host.c index a86fd42508..a159df82bf 100644 --- a/src/host.c +++ b/src/host.c @@ -266,7 +266,6 @@ void HostShutdown(void) Host *h = host_hash[u].head; while (h) { Host *n = h->hnext; - HostClearMemory(h); HostFree(h); h = n; }