aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/plugin_datastore_sqlite.c
diff options
context:
space:
mode:
authorgrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2009-10-19 11:42:33 +0000
committergrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2009-10-19 11:42:33 +0000
commit630cac1e91152d1ede065b850ce0f59a3aa148f8 (patch)
treedd9378e35ec26cbf497f2ccb0ba90bafbcca9021 /src/datastore/plugin_datastore_sqlite.c
parent306a56a2777fa2bc41d433c05f8feec6c7585dd0 (diff)
leak
git-svn-id: https://gnunet.org/svn/gnunet@9198 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/datastore/plugin_datastore_sqlite.c')
-rw-r--r--src/datastore/plugin_datastore_sqlite.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/datastore/plugin_datastore_sqlite.c b/src/datastore/plugin_datastore_sqlite.c
index ff4b137b78..2223dd6ebd 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)
{