From: Frederic Suter Date: Mon, 27 Jan 2020 08:49:14 +0000 (+0100) Subject: release dependencies when test completes an activity too X-Git-Tag: v3.25~33^2^2~12 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/feb21292710332a76b5363376e093e2368e855fa?ds=sidebyside release dependencies when test completes an activity too --- 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; }