X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/027274ae8707c374384dbef37ae24a1c80b4fd10..1128245fc5ccac68ce1f696aab780e15ff9f735a:/src/simix/smx_synchro.c diff --git a/src/simix/smx_synchro.c b/src/simix/smx_synchro.c index c9af7b95a8..2e71eba017 100644 --- a/src/simix/smx_synchro.c +++ b/src/simix/smx_synchro.c @@ -109,6 +109,7 @@ static void SIMIX_synchro_finish(smx_action_t action) } SIMIX_synchro_stop_waiting(simcall->issuer, simcall); + simcall->issuer->waiting_action = NULL; SIMIX_synchro_destroy(action); SIMIX_simcall_answer(simcall); XBT_OUT();