Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
only routed ASes can have bypassRoutes
[simgrid.git] / src / surf / surf_routing_floyd.cpp
index 9a51912..61afe49 100644 (file)
@@ -37,8 +37,6 @@ AsFloyd::~AsFloyd(){
       routing_route_free(TO_FLOYD_LINK(i, j));
     }
   xbt_free(linkTable_);
-  /* Delete bypass dict */
-  xbt_dict_free(&bypassRoutes_);
   /* Delete predecessor and cost table */
   xbt_free(predecessorTable_);
   xbt_free(costTable_);