From b5092d94f2d82e8a2c96974261296aef60aeea89 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 25 Oct 2009 11:05:48 +0000 Subject: need to free current --- src/statistics/statistics_api.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/statistics/statistics_api.c') 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, { GNUNET_CLIENT_notify_transmit_ready_cancel (h->th); h->th = NULL; + free_action_item (h->current); + h->current = NULL; } } pos = h->action_head; -- cgit v1.2.3