Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Delete the CPU (fix a mem leak)
[simgrid.git] / src / s4u / s4u_host.cpp
index 8944cba..a21b4d0 100644 (file)
@@ -41,6 +41,7 @@ Host::Host(const char* name)
 }
 
 Host::~Host() {
+       delete pimpl_cpu;
        if (mounts != NULL)
                delete mounts;
 }