aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-03-21 14:10:05 +0000
committerChristian Grothoff <christian@grothoff.org>2012-03-21 14:10:05 +0000
commit17c30ef801a526e67a09d761f137dd25ebea5fe7 (patch)
tree7561559160d6e353f11b328fc8a69f3c724917cd /src
parentfc17092ebec34ed577000aa6502ee07a1af7ba59 (diff)
downloadgnunet-17c30ef801a526e67a09d761f137dd25ebea5fe7.tar.gz
gnunet-17c30ef801a526e67a09d761f137dd25ebea5fe7.zip
-end in helper library
Diffstat (limited to 'src')
-rw-r--r--src/datacache/plugin_datacache_mysql.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/datacache/plugin_datacache_mysql.c b/src/datacache/plugin_datacache_mysql.c
index 2ececa797..d618e07b8 100644
--- a/src/datacache/plugin_datacache_mysql.c
+++ b/src/datacache/plugin_datacache_mysql.c
@@ -468,7 +468,6 @@ libgnunet_plugin_datacache_mysql_done (void *cls)
468 GNUNET_MYSQL_context_destroy (plugin->mc); 468 GNUNET_MYSQL_context_destroy (plugin->mc);
469 GNUNET_free (plugin); 469 GNUNET_free (plugin);
470 GNUNET_free (api); 470 GNUNET_free (api);
471 mysql_library_end ();
472 return NULL; 471 return NULL;
473} 472}
474 473