Browse Source

Don't wait on dead thread

QGC4.4
Don Gagne 11 years ago
parent
commit
e1a5f35b97
  1. 1
      src/uas/UAS.cc

1
src/uas/UAS.cc

@ -253,7 +253,6 @@ UAS::~UAS() @@ -253,7 +253,6 @@ UAS::~UAS()
writeSettings();
_thread->quit();
_thread->wait();
delete links;
delete simulation;

Loading…
Cancel
Save