Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Plug 2 memleaks
[simgrid.git] / src / surf / AsImpl.cpp
index 3a9f80e..12d2c2f 100644 (file)
@@ -210,6 +210,7 @@ namespace simgrid {
         getRouteRecursive(src, route.gw_src, links, latency);
       for (auto link: *route.link_list)
         links->push_back(link);
+      delete route.link_list;
 
       /* If dest gateway is not our destination, we have to recursively find our way from this point */
       if (route.gw_dst != dst)