mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-03 05:09:39 +00:00
With this patch the Genode thread used by the QThread class gets deleted when 'QThread::wait()' gets called and the timeout didn't trigger or when 'QThread::terminate()' gets called. Fixes #193.