X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f4c18dab56cf75ca4455225ab7c1c5dcb6699b94..e7a5ad619cf4e2f0e38d9d02a338f67cf9a84c15:/teshsuite/smpi/bcast_coll.c diff --git a/teshsuite/smpi/bcast_coll.c b/teshsuite/smpi/bcast_coll.c index 67c0c13bdf..a78bd5d542 100644 --- a/teshsuite/smpi/bcast_coll.c +++ b/teshsuite/smpi/bcast_coll.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009. The SimGrid Team. +/* Copyright (c) 2009, 2013. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -55,7 +55,7 @@ int main(int argc, char **argv) fflush(stdout); } } - + xbt_free(values); MPI_Finalize(); return 0; }