X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a3a9277b2d833bad63f6ca22dcf9cc563fbe0f68..08a3df0e063c35b6054d2352eae08ede6f4c6f17:/examples/gras/chrono/chrono.c diff --git a/examples/gras/chrono/chrono.c b/examples/gras/chrono/chrono.c index 222d7716fa..c7039816bf 100644 --- a/examples/gras/chrono/chrono.c +++ b/examples/gras/chrono/chrono.c @@ -76,7 +76,10 @@ int multiplier (int argc,char *argv[]) j++; GRAS_BENCH_ONCE_RUN_ONCE_END(); } - + free(A); + free(B); + free(C); + gras_exit(); return 0; }