From: mquinson Date: Tue, 7 Aug 2007 19:15:37 +0000 (+0000) Subject: make sure to call gras_exit to kill the listener threads X-Git-Tag: v3.3~1342 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/3f8ab7a2b8ebf0665177ebc57d9aac522f47f151?hp=02a1c3ac481f803ad3a52cd20ab8cdb6d742240c 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 --- 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; }