X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d9347ab3e960f0f098338c88a79724dbcf4a58bb..66934906303205eef608e3463db03af6c7ac8f52:/teshsuite/smpi/indexed_test.c diff --git a/teshsuite/smpi/indexed_test.c b/teshsuite/smpi/indexed_test.c index 3afb4402ce..4ceed68d32 100644 --- a/teshsuite/smpi/indexed_test.c +++ b/teshsuite/smpi/indexed_test.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2012-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include #include "mpi.h" @@ -42,6 +48,8 @@ int main(int argc, char *argv[]) fflush(stdout); } + MPI_Type_free(&type); + MPI_Type_free(&type2); MPI_Finalize(); return 0; }