From: Christian Grothoff Date: Sun, 25 Oct 2009 11:05:48 +0000 (+0000) Subject: need to free current X-Git-Tag: initial-import-from-subversion-38251~23263 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b5092d94f2d82e8a2c96974261296aef60aeea89;p=oweals%2Fgnunet.git need to free current --- 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;