Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
better leaking than segfaulting
authorMartin Quinson <martin.quinson@loria.fr>
Thu, 7 Jan 2016 20:29:28 +0000 (21:29 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Thu, 7 Jan 2016 20:29:28 +0000 (21:29 +0100)
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
  *