Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Replace stupid char* by doubles in the cluster struct to avoid tons of useless printf...
[simgrid.git] / src / surf / surf.c
index 47d6bb7..95cdc8f 100644 (file)
@@ -390,6 +390,7 @@ void surf_exit(void)
   xbt_lib_free(&host_lib);
   xbt_lib_free(&link_lib);
   xbt_lib_free(&as_router_lib);
+  xbt_dict_free(&cluster_host_link);
 
   tmgr_finalize();
   surf_parse_lex_destroy();