gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 252/256: idn: fix source code comment


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 252/256: idn: fix source code comment
Date: Fri, 06 Oct 2017 19:45:43 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 5f1fa5827d949fb6be62f10eecf61bd64b5945a5
Author: Michael Kaufmann <address@hidden>
AuthorDate: Tue Oct 3 18:46:50 2017 +0200

    idn: fix source code comment
---
 lib/url.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/url.c b/lib/url.c
index 132dbb432..584635bc3 100644
--- a/lib/url.c
+++ b/lib/url.c
@@ -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

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]