Commit c9081a82 authored by Yang Tse's avatar Yang Tse
Browse files

hostip: edit comment

parent 5088e370
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -366,7 +366,7 @@ Curl_cache_addr(struct SessionHandle *data,
  dns = dns2;
  dns->inuse++;         /* mark entry as in-use */

  /* free the allocated entry_id again */
  /* free the allocated entry_id */
  free(entry_id);

  return dns;