Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : update tesh files
[simgrid.git] / examples / msg / mc / bugged1.c
index 3200fbd6c237bc0bf8fcdd494220cd6b5b7ad57e..a8f62e70531a2ad399bf5cfdaa9330f5b14aff3c 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2012. The SimGrid Team.
+/* Copyright (c) 2010-2012. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -66,8 +66,6 @@ int main(int argc, char *argv[])
 
   MSG_main();
 
-  MSG_clean();
-
   return 0;
 
 }