X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6a7c78afcfb651c6e585f19ec4f60089e8a483a8..d8c29e0ad8da256d3fdc27921467e8df7a5693ad:/src/surf/workstation_ptask_L07.c diff --git a/src/surf/workstation_ptask_L07.c b/src/surf/workstation_ptask_L07.c index b66945fb43..ec0c05eda5 100644 --- a/src/surf/workstation_ptask_L07.c +++ b/src/surf/workstation_ptask_L07.c @@ -869,7 +869,7 @@ static void parse_route_set_endpoints(void) route_action = A_surfxml_route_action; - route_link_list = xbt_dynar_new(sizeof(char*), &free_string); + route_link_list = xbt_dynar_new(sizeof(char*), &xbt_free_ref); } static void parse_route_set_route(void)