diff options
author | Christian Grothoff <christian@grothoff.org> | 2012-03-21 14:10:05 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2012-03-21 14:10:05 +0000 |
commit | 17c30ef801a526e67a09d761f137dd25ebea5fe7 (patch) | |
tree | 7561559160d6e353f11b328fc8a69f3c724917cd /src/datacache/plugin_datacache_mysql.c | |
parent | fc17092ebec34ed577000aa6502ee07a1af7ba59 (diff) |
-end in helper library
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; } |