Commit 5f1fa582 authored by Michael Kaufmann's avatar Michael Kaufmann
Browse files

idn: fix source code comment

parent 9d3dde37
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -4176,7 +4176,7 @@ static void free_fixed_hostname(struct hostname *host)
    host->encalloc = NULL;
    host->encalloc = NULL;
  }
  }
#elif defined(USE_WIN32_IDN)
#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 */
                           allocated by curl_win32_idn_to_ascii */
  host->encalloc = NULL;
  host->encalloc = NULL;
#else
#else