X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7a8cd62135619ad52e05ae1c929ef07e166e4260..dc7b7bdc9f9d9bbb3b2a8241f762ba272779a212:/teshsuite/smpi/struct_test.c diff --git a/teshsuite/smpi/struct_test.c b/teshsuite/smpi/struct_test.c index 5c73e385f3..11827c6fc7 100644 --- a/teshsuite/smpi/struct_test.c +++ b/teshsuite/smpi/struct_test.c @@ -62,6 +62,7 @@ char **argv; /* Clean up the type */ MPI_Type_free( &mystruct ); + MPI_Type_free( &type2 ); MPI_Finalize( ); return 0; }