X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a34aa584ccd2bdb81659d0e5df22864cf999c0f4..e3df7690eaab7f4ac139addddb9aaccc92f988e2:/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;