From 818c4f786c737b46d46e9c89e716954b8086cbfb Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Wed, 20 Apr 2016 02:16:54 +0200 Subject: [PATCH 1/1] another leak dies --- src/surf/sg_platf.cpp | 1 + 1 file changed, 1 insertion(+) 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 -- 2.20.1