From: Augustin Degomme Date: Mon, 23 Sep 2013 15:58:50 +0000 (+0200) Subject: leak -- X-Git-Tag: v3_9_90~104^2~6 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/31bc8c4868d7518f247a8f8c371b175ed80dc6b5?ds=sidebyside leak -- --- diff --git a/teshsuite/smpi/bcast_coll.c b/teshsuite/smpi/bcast_coll.c index 67c0c13bdf..ea0709263b 100644 --- a/teshsuite/smpi/bcast_coll.c +++ b/teshsuite/smpi/bcast_coll.c @@ -55,7 +55,7 @@ int main(int argc, char **argv) fflush(stdout); } } - + xbt_free(values); MPI_Finalize(); return 0; }