X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/acb05b5ab42f77c6bc5e8324f4dd691d960e0812..d020b505257775756ee4ad1ae632a3bfe0e0c28a:/src/simix/smx_synchro.c diff --git a/src/simix/smx_synchro.c b/src/simix/smx_synchro.c index 82dff9e8a3..16ceb04ab4 100644 --- a/src/simix/smx_synchro.c +++ b/src/simix/smx_synchro.c @@ -80,8 +80,6 @@ void SIMIX_post_synchro(smx_action_t action) else if(surf_workstation_model->action_state_get(action->synchro.sleep) == SURF_ACTION_DONE) action->state = SIMIX_SRC_TIMEOUT; - action->synchro.sleep->model_type->action_unref(action->synchro.sleep); - SIMIX_synchro_finish(action); }