X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/343ce011e6e0ffa01a117c208a4860b447ceddb9..22b5d20a7e430ab8d5b69ef1e6a422309d45814d:/teshsuite/s4u/actor/actor.cpp diff --git a/teshsuite/s4u/actor/actor.cpp b/teshsuite/s4u/actor/actor.cpp index 3be9b1239e..c742c2b41e 100644 --- a/teshsuite/s4u/actor/actor.cpp +++ b/teshsuite/s4u/actor/actor.cpp @@ -62,5 +62,6 @@ int main(int argc, char* argv[]) e->run(); XBT_INFO("Simulation time %g", e->getClock()); + delete e; return 0; }