aboutsummaryrefslogtreecommitdiff
path: root/src/statistics
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-10-25 11:05:48 +0000
committerChristian Grothoff <christian@grothoff.org>2009-10-25 11:05:48 +0000
commitb5092d94f2d82e8a2c96974261296aef60aeea89 (patch)
treefe2b8b48fd6b957cec35b0c5b56064005ef397e2 /src/statistics
parent68403e7293a5f350fee15684f89f59592c70a9f8 (diff)
downloadgnunet-b5092d94f2d82e8a2c96974261296aef60aeea89.tar.gz
gnunet-b5092d94f2d82e8a2c96974261296aef60aeea89.zip
need to free current
Diffstat (limited to 'src/statistics')
-rw-r--r--src/statistics/statistics_api.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/statistics/statistics_api.c b/src/statistics/statistics_api.c
index 9606d20d1..86950ad4c 100644
--- a/src/statistics/statistics_api.c
+++ b/src/statistics/statistics_api.c
@@ -508,6 +508,8 @@ GNUNET_STATISTICS_destroy (struct GNUNET_STATISTICS_Handle *h,
508 { 508 {
509 GNUNET_CLIENT_notify_transmit_ready_cancel (h->th); 509 GNUNET_CLIENT_notify_transmit_ready_cancel (h->th);
510 h->th = NULL; 510 h->th = NULL;
511 free_action_item (h->current);
512 h->current = NULL;
511 } 513 }
512 } 514 }
513 pos = h->action_head; 515 pos = h->action_head;