Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix win installer
[simgrid.git] / teshsuite / smpi / vector_test.c
index ce84eac..ea41ec2 100644 (file)
@@ -35,7 +35,7 @@ int main(int argc, char **argv) {
     }
 
 
-
+  MPI_Type_free(&columntype);
   MPI_Finalize();
   return 0;
 }