X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/98a0e5f41c29e7129755f2a44aed34a757b6003e..feb21292710332a76b5363376e093e2368e855fa:/src/s4u/s4u_Exec.cpp diff --git a/src/s4u/s4u_Exec.cpp b/src/s4u/s4u_Exec.cpp index ba924396c8..a0d3cc5302 100644 --- a/src/s4u/s4u_Exec.cpp +++ b/src/s4u/s4u_Exec.cpp @@ -33,6 +33,7 @@ bool Exec::test() if (simcall_execution_test(pimpl_)) { state_ = State::FINISHED; + this->release_dependencies(); return true; }