aboutsummaryrefslogtreecommitdiff
path: root/src/datastore
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-06-21 17:37:19 +0000
committerChristian Grothoff <christian@grothoff.org>2013-06-21 17:37:19 +0000
commitd110d0d21a652e30ec76f3a8f590f7cb65093075 (patch)
tree87648fe235efa50f8938f0153195c5a33288052a /src/datastore
parente347112cbb1582b8680095f549fc9c59ec67d9f4 (diff)
downloadgnunet-d110d0d21a652e30ec76f3a8f590f7cb65093075.tar.gz
gnunet-d110d0d21a652e30ec76f3a8f590f7cb65093075.zip
-fix leaks
Diffstat (limited to 'src/datastore')
-rw-r--r--src/datastore/perf_plugin_datastore.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/datastore/perf_plugin_datastore.c b/src/datastore/perf_plugin_datastore.c
index 56e2b871c..322ca26b2 100644
--- a/src/datastore/perf_plugin_datastore.c
+++ b/src/datastore/perf_plugin_datastore.c
@@ -421,6 +421,8 @@ load_plugin (const struct GNUNET_CONFIGURATION_Handle *cfg)
421 if (NULL == (ret = GNUNET_PLUGIN_load (libname, &env))) 421 if (NULL == (ret = GNUNET_PLUGIN_load (libname, &env)))
422 { 422 {
423 FPRINTF (stderr, "Failed to load plugin `%s'!\n", name); 423 FPRINTF (stderr, "Failed to load plugin `%s'!\n", name);
424 GNUNET_free (name);
425 GNUNET_free (libname);
424 return NULL; 426 return NULL;
425 } 427 }
426 GNUNET_free (libname); 428 GNUNET_free (libname);