From 3f8ab7a2b8ebf0665177ebc57d9aac522f47f151 Mon Sep 17 00:00:00 2001 From: mquinson Date: Tue, 7 Aug 2007 19:15:37 +0000 Subject: [PATCH 1/1] make sure to call gras_exit to kill the listener threads git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4018 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- examples/gras/chrono/chrono.c | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/gras/chrono/chrono.c b/examples/gras/chrono/chrono.c index db0301b6bc..222d7716fa 100644 --- a/examples/gras/chrono/chrono.c +++ b/examples/gras/chrono/chrono.c @@ -77,5 +77,6 @@ int multiplier (int argc,char *argv[]) GRAS_BENCH_ONCE_RUN_ONCE_END(); } + gras_exit(); return 0; } -- 2.20.1