X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/963b8d1182796bce58318c92742863a8d3f32b37..2589a5617fe05b8b2aaf2bc9bb998e6ad4271518:/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; }