gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r36829 - libmicrohttpd/src/examples


From: gnunet
Subject: [GNUnet-SVN] r36829 - libmicrohttpd/src/examples
Date: Mon, 18 Jan 2016 21:30:54 +0100

Author: grothoff
Date: 2016-01-18 21:30:54 +0100 (Mon, 18 Jan 2016)
New Revision: 36829

Modified:
   libmicrohttpd/src/examples/authorization_example.c
Log:
free user to clarify API usage

Modified: libmicrohttpd/src/examples/authorization_example.c
===================================================================
--- libmicrohttpd/src/examples/authorization_example.c  2016-01-18 20:29:38 UTC 
(rev 36828)
+++ libmicrohttpd/src/examples/authorization_example.c  2016-01-18 20:30:54 UTC 
(rev 36829)
@@ -82,6 +82,8 @@
                                                  MHD_RESPMEM_PERSISTENT);
       ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
     }
+  if (NULL != user)
+    free (user);
   if (NULL != pass)
     free (pass);
   MHD_destroy_response (response);




reply via email to

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