Commit e1a5f35b authored by Don Gagne's avatar Don Gagne

Don't wait on dead thread

parent 89be3424
......@@ -253,7 +253,6 @@ UAS::~UAS()
writeSettings();
_thread->quit();
_thread->wait();
delete links;
delete simulation;
......
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