mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01: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.