Loading lib/url.c +2 −0 Original line number Diff line number Diff line Loading @@ -3786,6 +3786,8 @@ static void free_fixed_hostname(struct hostname *host) free(host->encalloc); /* must be freed withidn_free() since this was allocated by curl_win32_idn_to_ascii */ host->encalloc = NULL; #else (void)host; #endif } Loading Loading
lib/url.c +2 −0 Original line number Diff line number Diff line Loading @@ -3786,6 +3786,8 @@ static void free_fixed_hostname(struct hostname *host) free(host->encalloc); /* must be freed withidn_free() since this was allocated by curl_win32_idn_to_ascii */ host->encalloc = NULL; #else (void)host; #endif } Loading