X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/487f2d9b9eab8937cd512d3a9ee9e057e9edfebd..785641a0937a8e0bec6a0af7f6753ba7793da309:/communicator.cpp?ds=sidebyside diff --git a/communicator.cpp b/communicator.cpp index bd0cb7b..867d19e 100644 --- a/communicator.cpp +++ b/communicator.cpp @@ -73,8 +73,7 @@ void communicator::real_flush(sent_comm_type& sent_comm, bool wait) std::copy(sent_comm.begin(), sent_comm.end(), comms); sent_comm.clear(); MSG_comm_waitall(comms, size, -1.0); - if (!MSG_WAIT_DESTROYS_COMMS) - std::for_each(comms, comms + size, comm_check_n_destroy); + std::for_each(comms, comms + size, comm_check_n_destroy); delete[] comms; } }