X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6fd166d6132c999bfa781b58a5372c7cbdfe36b2..c9985132b008956a7a36fc3b1890aeebd9caa080:/src/smpi/colls/allgatherv-ompi-neighborexchange.cpp diff --git a/src/smpi/colls/allgatherv-ompi-neighborexchange.cpp b/src/smpi/colls/allgatherv-ompi-neighborexchange.cpp index 16c515aa3f..1679e38c9c 100644 --- a/src/smpi/colls/allgatherv-ompi-neighborexchange.cpp +++ b/src/smpi/colls/allgatherv-ompi-neighborexchange.cpp @@ -205,8 +205,8 @@ smpi_coll_tuned_allgatherv_ompi_neighborexchange(void *sbuf, int scount, send_data_from = recv_data_from[i_parity]; - new_sdtype->unuse(); - new_rdtype->unuse(); + Datatype::unref(new_sdtype); + Datatype::unref(new_rdtype); } return MPI_SUCCESS;