Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
less printfs, more proper debug
[simgrid.git] / examples / msg / masterslave / masterslave_forwarder.c
index 3ddef7c..58f6b30 100644 (file)
@@ -168,6 +168,7 @@ int forwarder(int argc, char *argv[])
       xbt_assert0(0, "Unexpected behavior");
     }
   }
+  xbt_free(slaves);
 
   INFO0("I'm done. See you!");
   return 0;
@@ -181,7 +182,6 @@ MSG_error_t test_all(const char *platform_file, const char *application_file)
   /* MSG_config("surf_workstation_model","KCCFLN05"); */
   {                             /*  Simulation setting */
     MSG_set_channel_number(MAX_CHANNEL);
-    MSG_paje_output("msg_test.trace");
     MSG_create_environment(platform_file);
   }
   {                             /*   Application deployment */