Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
More memory leaks.
[simgrid.git] / src / surf / surf_routing.c
index 683f037..53a519b 100644 (file)
@@ -1079,6 +1079,7 @@ static void routing_parse_peer(sg_platf_peer_cbarg_t peer)
   XBT_DEBUG(" ");
 
   //xbt_dynar_free(&tab_elements_num);
+  free(router_id);
   free(host_id);
   free(link_id);
   free(link_up);