From 0872a1448d6028bf61caa02018c81cff7ea63125 Mon Sep 17 00:00:00 2001 From: suter Date: Thu, 10 Oct 2013 12:15:14 +0200 Subject: [PATCH] at least this one works. leak-- --- examples/msg/chord/chord.c | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/msg/chord/chord.c b/examples/msg/chord/chord.c index 7289d43b36..9e92363269 100644 --- a/examples/msg/chord/chord.c +++ b/examples/msg/chord/chord.c @@ -793,6 +793,7 @@ static int remote_get_predecessor(node_t node, int ask_to) stop = 1; MSG_comm_destroy(node->comm_receive); node->comm_receive = NULL; + task_free(task_sent); } else { msg_task_t task_received = MSG_comm_get_task(node->comm_receive); -- 2.20.1