Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
prevent using garbage in data field
[simgrid.git] / teshsuite / smpi / struct_test.c
index 5c73e385f37cf9823d00ed64e85d3a246ff2d014..11827c6fc7bc97670b603593024911c6e179657a 100644 (file)
@@ -62,6 +62,7 @@ char **argv;
 
     /* Clean up the type */
     MPI_Type_free( &mystruct );
+    MPI_Type_free( &type2 );
     MPI_Finalize( );
     return 0;
 }