From: Christian Grothoff Date: Mon, 19 Oct 2009 11:42:33 +0000 (+0000) Subject: leak X-Git-Tag: initial-import-from-subversion-38251~23324 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=bb8b3b128127f7316662cac21a4fd7b76b709b1a;p=oweals%2Fgnunet.git leak --- 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) {