Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Connect log category xbt_heap.
[simgrid.git] / examples / msg / tracing / trace_platform.c
index 685a8bfd5cc306322f35c57ba1dd3c169dce64cd..427a891407ef856a8972a17161afc335920ae2a1 100644 (file)
@@ -35,6 +35,5 @@ int main(int argc, char *argv[])
   char *platform_file = argv[1];
   MSG_create_environment(platform_file);
   MSG_main();
-  MSG_clean();
   return 0;
 }