gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r36828 - libmicrohttpd/src/examples
Date: Mon, 18 Jan 2016 21:29:38 +0100

Author: grothoff
Date: 2016-01-18 21:29:38 +0100 (Mon, 18 Jan 2016)
New Revision: 36828

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

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




reply via email to

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