From: Michael Kaufmann Date: Tue, 3 Oct 2017 16:46:50 +0000 (+0200) Subject: idn: fix source code comment X-Git-Tag: curl-7_56_0~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5f1fa5827d949fb6be62f10eecf61bd64b5945a5;p=curl idn: fix source code comment --- diff --git a/lib/url.c b/lib/url.c index 132dbb432..584635bc3 100644 --- a/lib/url.c +++ b/lib/url.c @@ -4176,7 +4176,7 @@ static void free_fixed_hostname(struct hostname *host) host->encalloc = NULL; } #elif defined(USE_WIN32_IDN) - free(host->encalloc); /* must be freed withidn_free() since this was + free(host->encalloc); /* must be freed with free() since this was allocated by curl_win32_idn_to_ascii */ host->encalloc = NULL; #else