gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r27520 - gnunet/src/datastore


From: gnunet
Subject: [GNUnet-SVN] r27520 - gnunet/src/datastore
Date: Fri, 21 Jun 2013 19:37:19 +0200

Author: grothoff
Date: 2013-06-21 19:37:19 +0200 (Fri, 21 Jun 2013)
New Revision: 27520

Modified:
   gnunet/src/datastore/perf_plugin_datastore.c
Log:
-fix leaks

Modified: gnunet/src/datastore/perf_plugin_datastore.c
===================================================================
--- gnunet/src/datastore/perf_plugin_datastore.c        2013-06-21 17:32:23 UTC 
(rev 27519)
+++ gnunet/src/datastore/perf_plugin_datastore.c        2013-06-21 17:37:19 UTC 
(rev 27520)
@@ -421,6 +421,8 @@
   if (NULL == (ret = GNUNET_PLUGIN_load (libname, &env)))
   {
     FPRINTF (stderr, "Failed to load plugin `%s'!\n", name);
+    GNUNET_free (name);
+    GNUNET_free (libname);
     return NULL;
   }
   GNUNET_free (libname);




reply via email to

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