aboutsummaryrefslogtreecommitdiff
path: root/src/datastore
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-11-04 21:01:22 +0000
committerChristian Grothoff <christian@grothoff.org>2012-11-04 21:01:22 +0000
commit0e4c7cdccfc4105f9c6e529cfa0e3722104b0ddf (patch)
treeac53b9088e75b7041e14e3455698a75da085b3d7 /src/datastore
parentb6d09b511fbd61d3b36fde4c28624bed321bf4a1 (diff)
downloadgnunet-0e4c7cdccfc4105f9c6e529cfa0e3722104b0ddf.tar.gz
gnunet-0e4c7cdccfc4105f9c6e529cfa0e3722104b0ddf.zip
-misc bugfixes, travel hacking
Diffstat (limited to 'src/datastore')
-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);