mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
idn: fix source code comment
This commit is contained in:
parent
9d3dde37a8
commit
5f1fa5827d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user