Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : more condition (state with processes interleaved > 0) for detection...
[simgrid.git] / src / mc / mc_global.c
index 7da8e4b..2738d46 100644 (file)
@@ -175,7 +175,7 @@ void MC_modelcheck_liveness_stateless(xbt_automaton_t a){
 void MC_exit_liveness(void)
 {
   MC_print_statistics_pairs(mc_stats_pair);
-  xbt_free(mc_time);
+  //xbt_free(mc_time);
   MC_memory_exit();
 }