gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r9198 - gnunet/src/datastore


From: gnunet
Subject: [GNUnet-SVN] r9198 - gnunet/src/datastore
Date: Mon, 19 Oct 2009 05:42:33 -0600

Author: grothoff
Date: 2009-10-19 05:42:33 -0600 (Mon, 19 Oct 2009)
New Revision: 9198

Modified:
   gnunet/src/datastore/plugin_datastore_sqlite.c
Log:
leak

Modified: gnunet/src/datastore/plugin_datastore_sqlite.c
===================================================================
--- gnunet/src/datastore/plugin_datastore_sqlite.c      2009-10-19 11:32:39 UTC 
(rev 9197)
+++ gnunet/src/datastore/plugin_datastore_sqlite.c      2009-10-19 11:42:33 UTC 
(rev 9198)
@@ -1602,6 +1602,7 @@
   database_shutdown (plugin);
   plugin->env = NULL; 
   plugin->payload = 0;
+  GNUNET_STATISTICS_destroy (plugin->statistics);
   GNUNET_free (api);
   if (fn != NULL)
     {





reply via email to

[Prev in Thread] Current Thread [Next in Thread]