From: alegrand Date: Mon, 12 Mar 2007 11:20:58 +0000 (+0000) Subject: Keeping up with last renaming. X-Git-Tag: v3.3~2119 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/21e36900d94aa0bb86014021552a228f5afde1c7?ds=inline Keeping up with last renaming. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3240 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/msg/m_process.c b/src/msg/m_process.c index f9bee25f0c..f88ccaadb0 100644 --- a/src/msg/m_process.c +++ b/src/msg/m_process.c @@ -179,7 +179,7 @@ void MSG_process_kill(m_process_t process) xbt_fifo_remove(msg_global->process_to_run,process); xbt_fifo_remove(msg_global->process_list,process); - xbt_context_free(process->simdata->context); + xbt_context_kill(process->simdata->context); if(process==MSG_process_self()) { /* I just killed myself */