X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/da0df350d739f04dfeb3f99af740a154069f20c8..3d75e0a163b5307e93fcf5659ca91c7c37c70908:/examples/s4u/actor-create/s4u_actor-create.cpp diff --git a/examples/s4u/actor-create/s4u_actor-create.cpp b/examples/s4u/actor-create/s4u_actor-create.cpp index b822e63286..f6700b0124 100644 --- a/examples/s4u/actor-create/s4u_actor-create.cpp +++ b/examples/s4u/actor-create/s4u_actor-create.cpp @@ -114,5 +114,6 @@ int main(int argc, char** argv) e->run(); /* Once the simulation is done, the program is ended */ + e->shutdown(); return 0; }