Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Prepare test suite for msg-storage "ctest -R msg-storage"
[simgrid.git] / teshsuite / smpi / vector_test.c
index ce84eac7fd5a0900670981bfdd1c857b3bb5405e..ea41ec2c57c9b618272661bfc102b51a3f1aaf2c 100644 (file)
@@ -35,7 +35,7 @@ int main(int argc, char **argv) {
     }
 
 
-
+  MPI_Type_free(&columntype);
   MPI_Finalize();
   return 0;
 }