Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : new simcall MC_RANDOM
[simgrid.git] / teshsuite / smpi / struct_test.c
index 5c73e38..11827c6 100644 (file)
@@ -62,6 +62,7 @@ char **argv;
 
     /* Clean up the type */
     MPI_Type_free( &mystruct );
+    MPI_Type_free( &type2 );
     MPI_Finalize( );
     return 0;
 }