aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/test_plugin_datastore.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/datastore/test_plugin_datastore.c')
-rw-r--r--src/datastore/test_plugin_datastore.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/datastore/test_plugin_datastore.c b/src/datastore/test_plugin_datastore.c
index 96a5aebe5..5aba51123 100644
--- a/src/datastore/test_plugin_datastore.c
+++ b/src/datastore/test_plugin_datastore.c
@@ -320,6 +320,8 @@ load_plugin (const struct GNUNET_CONFIGURATION_Handle *cfg)
320 if (NULL == (ret = GNUNET_PLUGIN_load (libname, &env))) 320 if (NULL == (ret = GNUNET_PLUGIN_load (libname, &env)))
321 { 321 {
322 FPRINTF (stderr, "Failed to load plugin `%s'!\n", name); 322 FPRINTF (stderr, "Failed to load plugin `%s'!\n", name);
323 GNUNET_free (libname);
324 GNUNET_free (name);
323 return NULL; 325 return NULL;
324 } 326 }
325 GNUNET_free (libname); 327 GNUNET_free (libname);