aboutsummaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-04-23 05:23:13 +0000
committerChristian Grothoff <christian@grothoff.org>2012-04-23 05:23:13 +0000
commited4600154d6c08e82659024263152b76cbb67a63 (patch)
tree79fd81e022b32eb93048e4fe2dc7d03cdd4dcccb /src/core
parent4c88ecc5e1e6e87061af0bc9981097302a1fb727 (diff)
downloadgnunet-ed4600154d6c08e82659024263152b76cbb67a63.tar.gz
gnunet-ed4600154d6c08e82659024263152b76cbb67a63.zip
-fix
Diffstat (limited to 'src/core')
-rw-r--r--src/core/test_core_quota_compliance.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/test_core_quota_compliance.c b/src/core/test_core_quota_compliance.c
index 7c16531d8..13a837ceb 100644
--- a/src/core/test_core_quota_compliance.c
+++ b/src/core/test_core_quota_compliance.c
@@ -126,6 +126,8 @@ terminate_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
126 struct GNUNET_CORE_Handle *ch; 126 struct GNUNET_CORE_Handle *ch;
127 127
128 err_task = GNUNET_SCHEDULER_NO_TASK; 128 err_task = GNUNET_SCHEDULER_NO_TASK;
129 GNUNET_STATISTICS_destroy (p1.stats, GNUNET_NO);
130 GNUNET_STATISTICS_destroy (p2.stats, GNUNET_NO);
129 GNUNET_TRANSPORT_get_hello_cancel (p2.ghh); 131 GNUNET_TRANSPORT_get_hello_cancel (p2.ghh);
130 GNUNET_TRANSPORT_get_hello_cancel (p1.ghh); 132 GNUNET_TRANSPORT_get_hello_cancel (p1.ghh);
131 if (p1.nth != NULL) 133 if (p1.nth != NULL)