Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Better split between the cleanups from self and the ones from the kernel (ie on maest...
[simgrid.git] / src / kernel / context / Context.cpp
index b20d786..627eb36 100644 (file)
@@ -138,7 +138,7 @@ Context::~Context()
 
 void Context::stop()
 {
-  this->actor_->cleanup();
+  this->actor_->cleanup_from_self();
 }
 
 void Context::set_wannadie(bool value)