mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-24 13:05:41 +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.