Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
plug some more memleaks
[simgrid.git] / src / surf / AsDijkstra.cpp
index f18a2c5..ec9af59 100644 (file)
@@ -356,7 +356,6 @@ void AsDijkstra::addRoute(sg_platf_route_cbarg_t route)
     sg_platf_route_cbarg_t link_route_back = newExtendedRoute(hierarchy_, route, 0);
     newRoute(dst->id(), src->id(), link_route_back);
   }
-  delete route->link_list;
 }
 
 }