X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f3507930c130404d05f982cf9fe960fb95f7eb4b..4e9a70eee1c1b9b934d5844de1b6721e0c37b15c:/src/surf/surfxml_parse.c?ds=sidebyside diff --git a/src/surf/surfxml_parse.c b/src/surf/surfxml_parse.c index 8e85a232e2..76ee1b51d1 100644 --- a/src/surf/surfxml_parse.c +++ b/src/surf/surfxml_parse.c @@ -494,7 +494,7 @@ void init_data(void) { xbt_dict_free(&route_table); xbt_dynar_free(&route_link_list); - route_table = xbt_dict_new_ext(202400); + route_table = xbt_dict_new(); route_multi_table = xbt_dict_new(); route_multi_elements = xbt_dynar_new(sizeof(char*), NULL);