Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
plug a memleak
[simgrid.git] / src / surf / plugins / energy.cpp
index 6e4dc9f..a2d14c2 100644 (file)
@@ -186,6 +186,8 @@ void HostEnergy::initWattsRangeList()
       atof(xbt_dynar_get_as(current_power_values, 0, char*)),
       atof(xbt_dynar_get_as(current_power_values, 1, char*))
     ));
+
+    xbt_dynar_free(&current_power_values);
        }
        xbt_dynar_free(&all_power_values);
 }