gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r12523 - libmicrohttpd/src/daemon


From: gnunet
Subject: [GNUnet-SVN] r12523 - libmicrohttpd/src/daemon
Date: Sat, 14 Aug 2010 15:04:35 +0200

Author: grothoff
Date: 2010-08-14 15:04:35 +0200 (Sat, 14 Aug 2010)
New Revision: 12523

Modified:
   libmicrohttpd/src/daemon/daemon.c
Log:
fix leak

Modified: libmicrohttpd/src/daemon/daemon.c
===================================================================
--- libmicrohttpd/src/daemon/daemon.c   2010-08-13 19:43:17 UTC (rev 12522)
+++ libmicrohttpd/src/daemon/daemon.c   2010-08-14 13:04:35 UTC (rev 12523)
@@ -254,8 +254,9 @@
 #if HAVE_MESSAGES
       MHD_DLOG(daemon,
                "Failed to add IP connection count node\n");
-#endif
+#endif      
       MHD_ip_count_unlock (daemon);
+      free (key);
       return MHD_NO;
     }
   node = *(void**)node;




reply via email to

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