Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
better leaking than segfaulting
[simgrid.git] / src / surf / host_interface.cpp
index 81a7c80..b2a6700 100644 (file)
@@ -115,7 +115,7 @@ Host::~Host()
        delete p_cpu;
        // FIXME: VM plays strange games, leading to segfaults if I do the expected thing of next line
        // delete p_netElm;
-       delete p_storage;
+       // delete p_storage;
 }
 /** @brief Fire the require callbacks and destroy the object
  *