Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
the chrono module now cleanups its mess on gras exit
[simgrid.git] / src / gras / gras.c
index 03af67b..f58444c 100644 (file)
@@ -61,5 +61,6 @@ void gras_exit(void) {
     gras_trp_exit();
     gras_datadesc_exit();
   }
     gras_trp_exit();
     gras_datadesc_exit();
   }
+  gras_chrono_exit();
   xbt_exit();
 }
   xbt_exit();
 }