From: suter Date: Thu, 29 Oct 2009 10:52:55 +0000 (+0000) Subject: forgot to remove the cleaning of a remove data X-Git-Tag: SVN~896 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/1fcdc37cc2976973c806904d1a456f09b05d5641?ds=sidebyside forgot to remove the cleaning of a remove data git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6821 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/examples/msg/actions/actions.c b/examples/msg/actions/actions.c index 2979a02500..205aa75e43 100644 --- a/examples/msg/actions/actions.c +++ b/examples/msg/actions/actions.c @@ -193,7 +193,6 @@ int main(int argc, char *argv[]) res = MSG_action_trace_run(argv[3]); INFO1("Simulation time %g", MSG_get_clock()); - xbt_dynar_free_container(&comm_world); MSG_clean(); if (res == MSG_OK)