Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
the chrono module now cleanups its mess on gras exit
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 10 May 2005 11:06:33 +0000 (11:06 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 10 May 2005 11:06:33 +0000 (11:06 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1254 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/gras/gras.c

index 03af67b..f58444c 100644 (file)
@@ -61,5 +61,6 @@ void gras_exit(void) {
     gras_trp_exit();
     gras_datadesc_exit();
   }
     gras_trp_exit();
     gras_datadesc_exit();
   }
+  gras_chrono_exit();
   xbt_exit();
 }
   xbt_exit();
 }