X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fc0a76c21f0bceb0314aee5d62f785ea8009495e..8182834bbe36256cd80d4effd80234eabfddb113:/teshsuite/smpi/mpich3-test/rma/transpose7.c diff --git a/teshsuite/smpi/mpich3-test/rma/transpose7.c b/teshsuite/smpi/mpich3-test/rma/transpose7.c index d78b2dd0f8..954c3991b9 100644 --- a/teshsuite/smpi/mpich3-test/rma/transpose7.c +++ b/teshsuite/smpi/mpich3-test/rma/transpose7.c @@ -97,6 +97,8 @@ int main(int argc, char *argv[]) MPI_Win_fence(0, win); } MPI_Win_free(&win); + free(A); + free(A_data); } MPI_Comm_free(&CommDeuce); MTest_Finalize(errs);