Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
leak plug and cosmetics
[simgrid.git] / src / surf / cpu_interface.cpp
index 475e236..a857298 100644 (file)
@@ -185,6 +185,8 @@ Cpu::~Cpu()
   }
   if (p_constraintCoreId)
     xbt_free(p_constraintCoreId);
+  if (p_speedPeakList)
+    xbt_dynar_free(&p_speedPeakList);
 }
 
 double Cpu::getCurrentPowerPeak()