Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
leak plug
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Thu, 30 Mar 2017 14:46:32 +0000 (16:46 +0200)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Thu, 30 Mar 2017 14:46:32 +0000 (16:46 +0200)
teshsuite/msg/host_on_off_recv/host_on_off_recv.c

index a170bd1..0df6ef0 100644 (file)
@@ -26,6 +26,7 @@ static int master(int argc, char *argv[])
   MSG_host_off(jupiter);
 
   if (comm) {
+    MSG_task_destroy(task);
     MSG_comm_wait(comm, -1);
     MSG_comm_destroy(comm);
   }