From feb21292710332a76b5363376e093e2368e855fa Mon Sep 17 00:00:00 2001 From: Frederic Suter Date: Mon, 27 Jan 2020 09:49:14 +0100 Subject: [PATCH] release dependencies when test completes an activity too --- src/s4u/s4u_Exec.cpp | 1 + 1 file changed, 1 insertion(+) 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; } -- 2.20.1