From: Martin Quinson Date: Wed, 20 Apr 2016 00:16:54 +0000 (+0200) Subject: another leak dies X-Git-Tag: v3_13~45 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/818c4f786c737b46d46e9c89e716954b8086cbfb?hp=8b975bca8a302da530825a97a250994edb9668ba;ds=sidebyside another leak dies --- diff --git a/src/surf/sg_platf.cpp b/src/surf/sg_platf.cpp index 4f1020c9e6..1f6a8568b8 100644 --- a/src/surf/sg_platf.cpp +++ b/src/surf/sg_platf.cpp @@ -354,6 +354,7 @@ void sg_platf_new_cluster(sg_platf_cluster_cbarg_t cluster) xbt_free(host_id); rankId++; } + delete radicals; // Add a router. It is magically used thanks to the way in which surf_routing_cluster is written, // and it's very useful to connect clusters together