Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Added dependency to 'libdl' to Lua.
[simgrid.git] / teshsuite / msg / host_on_off / host_on_off_recv.c
index 2ef12c34c2c254bb8dff77608f0096cbbfccc28d..bd6a7bd082c0580ffe182acaf7a0fcf07d1fade2 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2010-2014. The SimGrid Team.
+/* Copyright (c) 2010-2015. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -45,6 +45,7 @@ int master(int argc, char *argv[])
 
     if (comm) {
       MSG_comm_wait(comm, -1);
+      MSG_comm_destroy(comm);
     }
     XBT_INFO("Master has finished");
   }