Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge tag 'v3_10_rc2'
[simgrid.git] / teshsuite / smpi / hvector_test.c
index da16a748ab57d789d86d40dcc61c6af9e68087a8..f3cb04fc9c70268393333b62dd92d42cd65d4d9d 100644 (file)
@@ -35,7 +35,7 @@ int main(int argc, char **argv) {
     }
 
 
-
+  MPI_Type_free(&columntype);
   MPI_Finalize();
   return 0;
 }