X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6badbbf58554a35b03f58509b0b18cf606c38f5e..ceedfe1f3f14e6cae48ee7684f98c7e4ab1fd2be:/src/surf/host_interface.cpp diff --git a/src/surf/host_interface.cpp b/src/surf/host_interface.cpp index 81a7c80aec..b2a6700ad9 100644 --- a/src/surf/host_interface.cpp +++ b/src/surf/host_interface.cpp @@ -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 *