diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2009-10-19 11:42:33 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2009-10-19 11:42:33 +0000 |
commit | 630cac1e91152d1ede065b850ce0f59a3aa148f8 (patch) | |
tree | dd9378e35ec26cbf497f2ccb0ba90bafbcca9021 /src/datastore/plugin_datastore_sqlite.c | |
parent | 306a56a2777fa2bc41d433c05f8feec6c7585dd0 (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.c | 1 |
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) { |