From f0300db656073a3093b3e64b6f26e93b518ac5c4 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Mon, 29 May 2017 16:32:56 +0200 Subject: [PATCH] now that irecv is fixed, do the same to isend, bummer. --- src/simix/smx_network.cpp | 1 + 1 file changed, 1 insertion(+) 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; -- 2.20.1