From d5ec9cf45fa76b479c48a2a512dc6ce9fc40d89c Mon Sep 17 00:00:00 2001 From: mquinson Date: Tue, 10 May 2005 11:06:33 +0000 Subject: [PATCH] the chrono module now cleanups its mess on gras exit git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1254 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/gras/gras.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gras/gras.c b/src/gras/gras.c index 03af67b124..f58444c71c 100644 --- a/src/gras/gras.c +++ b/src/gras/gras.c @@ -61,5 +61,6 @@ void gras_exit(void) { gras_trp_exit(); gras_datadesc_exit(); } + gras_chrono_exit(); xbt_exit(); } -- 2.20.1