mirror of
https://github.com/curl/curl.git
synced 2026-06-11 17:54:20 +03:00
idn: fix source code comment
This commit is contained in:
parent
9d3dde37a8
commit
5f1fa5827d
1 changed files with 1 additions and 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue