--- multi.c.798pre2	Wed Jun  5 15:29:40 2002
+++ multi.c	Wed Jun  5 15:26:40 2002
@@ -186,10 +186,12 @@
     if(easy->next)
       easy->next->prev = easy->prev;
     
     /* NOTE NOTE NOTE
        We do not touch the easy handle here! */
+    /* only clear out the usage of the shared DNS cache */
+    easy->easy_handle->hostcache = NULL;
     if (easy->msg)
       free(easy->msg);
     free(easy);
 
     multi->num_easy--; /* one less to care about now */

