Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Clean surf_action on IoImpl::post.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 4 Mar 2020 12:38:15 +0000 (13:38 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 4 Mar 2020 12:40:37 +0000 (13:40 +0100)
src/kernel/activity/IoImpl.cpp

index c9ec8ee..17df987 100644 (file)
@@ -80,6 +80,7 @@ void IoImpl::post()
     state_ = State::TIMEOUT;
   }
 
+  clean_action();
   if (timeout_detector_) {
     timeout_detector_->unref();
     timeout_detector_ = nullptr;