X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1d18e615eaa617d3354bc22dfbe711d34be9f902..9c6d72b5bbc9f9b0f9d61c8964fabacaaa2a9914:/teshsuite/smpi/allgatherv_coll.c?ds=sidebyside diff --git a/teshsuite/smpi/allgatherv_coll.c b/teshsuite/smpi/allgatherv_coll.c index 2d8c87fb5b..692dc12a4d 100644 --- a/teshsuite/smpi/allgatherv_coll.c +++ b/teshsuite/smpi/allgatherv_coll.c @@ -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); }