diff options
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) { |