From 1fcdc37cc2976973c806904d1a456f09b05d5641 Mon Sep 17 00:00:00 2001 From: suter Date: Thu, 29 Oct 2009 10:52:55 +0000 Subject: [PATCH] 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 --- examples/msg/actions/actions.c | 1 - 1 file changed, 1 deletion(-) 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) -- 2.20.1