X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0e9c0448c6566825b170b98ecff716b098bda10e..bace8e5a6ff160e200f799250796c5303dc487ba:/teshsuite/smpi/mpich3-test/datatype/tresized2.c diff --git a/teshsuite/smpi/mpich3-test/datatype/tresized2.c b/teshsuite/smpi/mpich3-test/datatype/tresized2.c index 064084bc40..2f5ec3ecbd 100644 --- a/teshsuite/smpi/mpich3-test/datatype/tresized2.c +++ b/teshsuite/smpi/mpich3-test/datatype/tresized2.c @@ -43,6 +43,7 @@ int main( int argc, char *argv[] ) buf = (int *)malloc( count * 3 * sizeof(int) ); if (!buf) { MPI_Abort( comm, 1 ); + exit(1); } for (i=0; i<3*count; i++) buf[i] = -1; if (rank == source) {