Commit 27168d27 authored by Dominik Charousset's avatar Dominik Charousset Committed by Marian Triebe

Fix segfault in blocking actors, close #530

parent eb34eb97
......@@ -119,7 +119,7 @@ void blocking_actor::launch(execution_unit*, bool, bool hide) {
# endif
self->cleanup(std::move(rsn), self->context());
ptr->home_system->dec_detached_threads();
}, ctrl()).detach();
}, strong_actor_ptr{ctrl()}).detach();
}
blocking_actor::receive_while_helper
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment