From bb8b3b128127f7316662cac21a4fd7b76b709b1a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 19 Oct 2009 11:42:33 +0000 Subject: [PATCH] leak --- src/datastore/plugin_datastore_sqlite.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/datastore/plugin_datastore_sqlite.c b/src/datastore/plugin_datastore_sqlite.c index ff4b137b7..2223dd6eb 100644 --- a/src/datastore/plugin_datastore_sqlite.c +++ b/src/datastore/plugin_datastore_sqlite.c @@ -1602,6 +1602,7 @@ libgnunet_plugin_datastore_sqlite_done (void *cls) database_shutdown (plugin); plugin->env = NULL; plugin->payload = 0; + GNUNET_STATISTICS_destroy (plugin->statistics); GNUNET_free (api); if (fn != NULL) { -- 2.25.1