X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/494eca1a42ac767979d8f8ea8762040008bea41a..826c8a2c215097957759f992e2fa7f31fb1a98b8:/src/smpi/smpi_comm.c diff --git a/src/smpi/smpi_comm.c b/src/smpi/smpi_comm.c index c189c4d569..d49b858293 100644 --- a/src/smpi/smpi_comm.c +++ b/src/smpi/smpi_comm.c @@ -48,7 +48,6 @@ MPI_Comm smpi_comm_new(MPI_Group group) void smpi_comm_destroy(MPI_Comm comm) { - smpi_group_destroy(comm->group); xbt_free(comm); }