Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
release dependencies when test completes an activity too
[simgrid.git] / src / s4u / s4u_Exec.cpp
index ba92439..a0d3cc5 100644 (file)
@@ -33,6 +33,7 @@ bool Exec::test()
 
   if (simcall_execution_test(pimpl_)) {
     state_ = State::FINISHED;
+    this->release_dependencies();
     return true;
   }