X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1d18e615eaa617d3354bc22dfbe711d34be9f902..cce9bf321c240cca55882e769e8871e814c5af07:/teshsuite/smpi/allgatherv_coll.c diff --git a/teshsuite/smpi/allgatherv_coll.c b/teshsuite/smpi/allgatherv_coll.c index 2d8c87fb5b..d5ffa8d9d9 100644 --- a/teshsuite/smpi/allgatherv_coll.c +++ b/teshsuite/smpi/allgatherv_coll.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009, 2010. The SimGrid Team. +/* Copyright (c) 2009-2010, 2013-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -69,6 +69,8 @@ int main(int argc, char *argv[]) } free(sb); free(rb); + free(recv_counts); + free(recv_disps); MPI_Finalize(); return (EXIT_SUCCESS); }