From: Augustin Degomme Date: Wed, 25 Sep 2013 08:21:09 +0000 (+0200) Subject: close cleanly test for valgrind to be happier X-Git-Tag: v3_9_90~91^2~1 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/16ba6b1eb4639d77e6a0ea6103db764c4b37e414 close cleanly test for valgrind to be happier --- diff --git a/examples/simdag/io/sd_io.c b/examples/simdag/io/sd_io.c index 76a192b16c..c64fe6ac94 100644 --- a/examples/simdag/io/sd_io.c +++ b/examples/simdag/io/sd_io.c @@ -36,5 +36,6 @@ int main(int argc, char **argv) SD_workstation_get_name(workstations[ctr]), mount_name); xbt_dynar_free_container(¤t_storage_list); } + SD_exit(); return 0; }