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