X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ca7162936235b0732afe3a675ca09fe11f915eab..8a7a5f10297e28c98d9c77e2985e96627a43e95e:/src/msg/msg_mailbox.c diff --git a/src/msg/msg_mailbox.c b/src/msg/msg_mailbox.c index 07e19c4534..194c133aea 100644 --- a/src/msg/msg_mailbox.c +++ b/src/msg/msg_mailbox.c @@ -118,7 +118,7 @@ MSG_mailbox_get_task_ext(msg_mailbox_t mailbox, m_task_t * task, xbt_ex_free(e); } if (comm != NULL) { - SIMIX_req_comm_destroy(comm); + //SIMIX_req_comm_destroy(comm); } if (ret != MSG_HOST_FAILURE && @@ -193,7 +193,7 @@ MSG_mailbox_put_with_timeout(msg_mailbox_t mailbox, m_task_t task, } if (comm != NULL) { - SIMIX_req_comm_destroy(comm); + //SIMIX_req_comm_destroy(comm); } process->simdata->waiting_task = NULL;