diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-03-21 14:10:05 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-03-21 14:10:05 +0000 |
commit | a4013b0417bdc5acbad248591a4bd2d56e687947 (patch) | |
tree | 7561559160d6e353f11b328fc8a69f3c724917cd /src/datacache/plugin_datacache_mysql.c | |
parent | f7826b77556b240a3e3a09b06d8a68a610380971 (diff) |
-end in helper library
git-svn-id: https://gnunet.org/svn/gnunet@20651 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/datacache/plugin_datacache_mysql.c')
-rw-r--r-- | src/datacache/plugin_datacache_mysql.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/datacache/plugin_datacache_mysql.c b/src/datacache/plugin_datacache_mysql.c index 2ececa797d..d618e07b8f 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) GNUNET_MYSQL_context_destroy (plugin->mc); GNUNET_free (plugin); GNUNET_free (api); - mysql_library_end (); return NULL; } |