fix
authorChristian Grothoff <christian@grothoff.org>
Sun, 25 Oct 2009 11:07:47 +0000 (11:07 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sun, 25 Oct 2009 11:07:47 +0000 (11:07 +0000)
src/datastore/plugin_datastore_sqlite.c

index f083a12e5f28cdac302d99bbf216f2e4949a502c..e673bafa47eaefe289683daf62b60a9ba6fd504c 100644 (file)
@@ -1632,7 +1632,7 @@ libgnunet_plugin_datastore_sqlite_done (void *cls)
     fn = GNUNET_strdup (plugin->fn);
   database_shutdown (plugin);
   GNUNET_STATISTICS_destroy (plugin->statistics,
-                            GNUNET_YES);
+                            GNUNET_NO);
   plugin->env = NULL; 
   plugin->payload = 0;
   GNUNET_free (api);