From: schnorr Date: Wed, 15 Sep 2010 15:58:24 +0000 (+0000) Subject: properly destroying containers at the end of trace file X-Git-Tag: v3_5~636 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/896a476b8b1e9e4e78affecf86a41088766db887 properly destroying containers at the end of trace file details: - the name of the function called (TRACE_msg_clean) should change git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8188 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/instr/smpi_instr.c b/src/instr/smpi_instr.c index 1ab4ee5b8e..c5dceca87c 100644 --- a/src/instr/smpi_instr.c +++ b/src/instr/smpi_instr.c @@ -61,6 +61,7 @@ void TRACE_smpi_start (void) void TRACE_smpi_end (void) { + TRACE_msg_clean (); if (IS_TRACING_SMPI){ TRACE_end(); }