X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0fa9ed41d1824b9f5f37f3e3e1e616886a410b18..b5aa376000b34d535f13674f807370d4c96a4441:/src/kernel/activity/IoImpl.cpp diff --git a/src/kernel/activity/IoImpl.cpp b/src/kernel/activity/IoImpl.cpp index c9ec8eeecb..17df987f99 100644 --- a/src/kernel/activity/IoImpl.cpp +++ b/src/kernel/activity/IoImpl.cpp @@ -80,6 +80,7 @@ void IoImpl::post() state_ = State::TIMEOUT; } + clean_action(); if (timeout_detector_) { timeout_detector_->unref(); timeout_detector_ = nullptr;