From: navarrop Date: Thu, 24 Mar 2011 15:05:31 +0000 (+0000) Subject: Free char* used by peer tag. X-Git-Tag: v3.6_beta2~115 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/479049778fd0421d35e22f9947b24104f9430310 Free char* used by peer tag. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9854 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/surf/surf_routing.c b/src/surf/surf_routing.c index 348513ca0c..28d9d733f1 100644 --- a/src/surf/surf_routing.c +++ b/src/surf/surf_routing.c @@ -3904,7 +3904,12 @@ static void routing_parse_Speer(void) XBT_DEBUG(" "); //xbt_dynar_free(&tab_elements_num); - + free(host_id); + free(router_id); + free(link_router); + free(link_backbone); + free(link_id_up); + free(link_id_down); surfxml_bufferstack_pop(1); }