summaryrefslogtreecommitdiff
path: root/src/exit/gnunet-daemon-exit.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-25 20:35:23 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-25 20:35:23 +0000
commitdd61bcd68f58de56d7e0d5e8773017af1cebd966 (patch)
treeedad9fb97ec610c6f222d0b6cd89011a0c18fbfe /src/exit/gnunet-daemon-exit.c
parente4c99e0d5d4646e075cf343d7b890fe933045535 (diff)
downloadgnunet-dd61bcd68f58de56d7e0d5e8773017af1cebd966.tar.gz
gnunet-dd61bcd68f58de56d7e0d5e8773017af1cebd966.zip
-fix call to stats destroy
Diffstat (limited to 'src/exit/gnunet-daemon-exit.c')
-rw-r--r--src/exit/gnunet-daemon-exit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exit/gnunet-daemon-exit.c b/src/exit/gnunet-daemon-exit.c
index 86a24ff1c..dca3f9288 100644
--- a/src/exit/gnunet-daemon-exit.c
+++ b/src/exit/gnunet-daemon-exit.c
@@ -2761,7 +2761,7 @@ cleanup (void *cls GNUNET_UNUSED,
2761 } 2761 }
2762 if (stats != NULL) 2762 if (stats != NULL)
2763 { 2763 {
2764 GNUNET_STATISTICS_destroy (stats, GNUNET_YES); 2764 GNUNET_STATISTICS_destroy (stats, GNUNET_NO);
2765 stats = NULL; 2765 stats = NULL;
2766 } 2766 }
2767 for (i=0;i<8;i++) 2767 for (i=0;i<8;i++)