X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/343ce011e6e0ffa01a117c208a4860b447ceddb9..22b5d20a7e430ab8d5b69ef1e6a422309d45814d:/examples/s4u/app-token-ring/s4u_app-token-ring.cpp diff --git a/examples/s4u/app-token-ring/s4u_app-token-ring.cpp b/examples/s4u/app-token-ring/s4u_app-token-ring.cpp index 266b60cf73..c2d375b372 100644 --- a/examples/s4u/app-token-ring/s4u_app-token-ring.cpp +++ b/examples/s4u/app-token-ring/s4u_app-token-ring.cpp @@ -1,4 +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. */ @@ -66,5 +66,7 @@ int main(int argc, char** argv) } e->run(); XBT_INFO("Simulation time %g", e->getClock()); + + delete e; return 0; }