Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
clean code and remove foreach and set
[simgrid.git] / src / surf / surf.c
index 0245079..8cc98da 100644 (file)
@@ -341,7 +341,7 @@ void surf_exit(void)
   tmgr_finalize();
   surf_parse_lex_destroy();
   surf_parse_free_callbacks();
-  xbt_dict_free(&route_table);
+//   xbt_dict_free(&route_table); // COMMENTED BY DAVID
   NOW = 0;                      /* Just in case the user plans to restart the simulation afterward */
 }