mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-15 16:46:08 +00:00
If a thread has been deleted the thread object at the cpu_session was never freed which caused the cpu_session quota to be exhausted as reported in issue #150. Fixes #150