From 31bc8c4868d7518f247a8f8c371b175ed80dc6b5 Mon Sep 17 00:00:00 2001 From: Augustin Degomme Date: Mon, 23 Sep 2013 17:58:50 +0200 Subject: [PATCH 1/1] leak -- --- teshsuite/smpi/bcast_coll.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.20.1