Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
now that irecv is fixed, do the same to isend, bummer.
authorMartin Quinson <martin.quinson@loria.fr>
Mon, 29 May 2017 14:32:56 +0000 (16:32 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Mon, 29 May 2017 14:32:56 +0000 (16:32 +0200)
src/simix/smx_network.cpp

index 9ac82e3..5ea2ced 100644 (file)
@@ -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;