diff options
author | Michael Kaufmann <mail@michael-kaufmann.ch> | 2017-10-03 18:46:50 +0200 |
---|---|---|
committer | Michael Kaufmann <mail@michael-kaufmann.ch> | 2017-10-03 18:46:50 +0200 |
commit | 5f1fa5827d949fb6be62f10eecf61bd64b5945a5 (patch) | |
tree | f31b6c299afb79921f000cff6034c7e0fe0f0fb7 /lib | |
parent | 9d3dde37a8ef5eb0fa03f411eb4296ffdbe6cf3d (diff) |
idn: fix source code comment
Diffstat (limited to 'lib')
-rw-r--r-- | lib/url.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |