From: Yang Tse Date: Thu, 30 Oct 2008 15:13:22 +0000 (+0000) Subject: remove bogus comment X-Git-Tag: curl-7_19_1~30 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=005bf19acf3c3fa15bc7e06ffa446a780bff9a66;p=thirdparty%2Fcurl.git remove bogus comment --- diff --git a/lib/curl_addrinfo.c b/lib/curl_addrinfo.c index 75c36dcebe..ce6780c4cb 100644 --- a/lib/curl_addrinfo.c +++ b/lib/curl_addrinfo.c @@ -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; }