- fix
[oweals/gnunet.git] / src / datacache / plugin_datacache_mysql.c
index 2ececa797ddd7b471ca630e7c772db93fc1f0c08..d618e07b8f7b2fa3ea8b42f3d41f9fa9c723db68 100644 (file)
@@ -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;
 }