]> granicus.if.org Git - curl/commitdiff
remove bogus comment
authorYang Tse <yangsita@gmail.com>
Thu, 30 Oct 2008 15:13:22 +0000 (15:13 +0000)
committerYang Tse <yangsita@gmail.com>
Thu, 30 Oct 2008 15:13:22 +0000 (15:13 +0000)
lib/curl_addrinfo.c

index 75c36dcebe583d44bef57ae15b3547014345b2e9..ce6780c4cb98971d6bfe34406bc3396eac058132 100644 (file)
@@ -322,7 +322,6 @@ Curl_he2ai(const struct hostent *he, int port)
   }
 
   if(result != CURLE_OK) {
-    /* Use parenthesis to prevent memdebug from replacing this */
     Curl_freeaddrinfo(firstai);
     firstai = NULL;
   }