aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/perf_plugin_datastore.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/datastore/perf_plugin_datastore.c')
-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);