Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
another leak dies
authorMartin Quinson <martin.quinson@loria.fr>
Wed, 20 Apr 2016 00:16:54 +0000 (02:16 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Wed, 20 Apr 2016 00:16:54 +0000 (02:16 +0200)
src/surf/sg_platf.cpp

index 4f1020c..1f6a856 100644 (file)
@@ -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