Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
adding modifications for 1 pass & for adding routes only when platform end tag reached
[simgrid.git] / src / surf / surf.c
index fe4348c..637ebf2 100644 (file)
@@ -418,6 +418,7 @@ void surf_exit(void)
     path_name = NULL;
   }
   surf_parse_free_callbacks();
     path_name = NULL;
   }
   surf_parse_free_callbacks();
+  xbt_dict_free(&route_table);
   NOW=0; /* Just in case the user plans to restart the simulation afterward */
   xbt_exit();
 }
   NOW=0; /* Just in case the user plans to restart the simulation afterward */
   xbt_exit();
 }