From 5f1fa5827d949fb6be62f10eecf61bd64b5945a5 Mon Sep 17 00:00:00 2001 From: Michael Kaufmann Date: Tue, 3 Oct 2017 18:46:50 +0200 Subject: idn: fix source code comment --- lib/url.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1