From: mquinson Date: Fri, 11 May 2007 09:26:54 +0000 (+0000) Subject: Let the state in a coherent state after MSG_clean() X-Git-Tag: v3.3~1848 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/393552e42b4ac1d3d4d579b1c5d89348b71de975 Let the state in a coherent state after MSG_clean() git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3512 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/msg/global.c b/src/msg/global.c index c45f951c31..c8ae395a51 100644 --- a/src/msg/global.c +++ b/src/msg/global.c @@ -497,6 +497,7 @@ MSG_error_t MSG_clean(void) } msg_config_finalize(); free(msg_global); + msg_global = NULL; surf_exit(); return MSG_OK;