aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;