X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/343ce011e6e0ffa01a117c208a4860b447ceddb9..22b5d20a7e430ab8d5b69ef1e6a422309d45814d:/examples/s4u/actor-suspend/s4u_actor-suspend.cpp diff --git a/examples/s4u/actor-suspend/s4u_actor-suspend.cpp b/examples/s4u/actor-suspend/s4u_actor-suspend.cpp index a4d6dc45c1..0c59d04d45 100644 --- a/examples/s4u/actor-suspend/s4u_actor-suspend.cpp +++ b/examples/s4u/actor-suspend/s4u_actor-suspend.cpp @@ -1,5 +1,4 @@ -/* Copyright (c) 2017. The SimGrid Team. - * All rights reserved. */ +/* Copyright (c) 2017. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -77,5 +76,6 @@ int main(int argc, char* argv[]) e->run(); /* - Run the simulation */ + delete e; return 0; }