From: Martin Quinson Date: Mon, 29 May 2017 14:32:56 +0000 (+0200) Subject: now that irecv is fixed, do the same to isend, bummer. X-Git-Tag: v3.16~187 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/f0300db656073a3093b3e64b6f26e93b518ac5c4 now that irecv is fixed, do the same to isend, bummer. --- diff --git a/src/simix/smx_network.cpp b/src/simix/smx_network.cpp index 9ac82e3064..5ea2ced46d 100644 --- a/src/simix/smx_network.cpp +++ b/src/simix/smx_network.cpp @@ -125,6 +125,7 @@ XBT_PRIVATE smx_activity_t simcall_HANDLER_comm_isend(smx_simcall_t simcall, smx } else { XBT_DEBUG("Receive already pushed"); SIMIX_comm_unref(this_comm); + SIMIX_comm_unref(this_comm); other_comm->state = SIMIX_READY; other_comm->type = SIMIX_COMM_READY;