Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
forgot to remove the cleaning of a remove data
authorsuter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 29 Oct 2009 10:52:55 +0000 (10:52 +0000)
committersuter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 29 Oct 2009 10:52:55 +0000 (10:52 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6821 48e7efb5-ca39-0410-a469-dd3cf9ba447f

examples/msg/actions/actions.c

index 2979a02..205aa75 100644 (file)
@@ -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)