X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/821e14387201136b86389d5ea0bdc6c2fb4f0b10..830b5c4bc694ade087c43f39015faa9065795630:/examples/msg/actions/actions.c diff --git a/examples/msg/actions/actions.c b/examples/msg/actions/actions.c index 4866c340a1..22e5961ea6 100644 --- a/examples/msg/actions/actions.c +++ b/examples/msg/actions/actions.c @@ -589,7 +589,6 @@ int main(int argc, char *argv[]) res = MSG_action_trace_run(argv[3]); // it's ok to pass a NULL argument here XBT_INFO("Simulation time %g", MSG_get_clock()); - MSG_clean(); if (res == MSG_OK) return 0;