Browse Source

Took out the deletion of the QGCUASParamManager for now from the

destructor of UAS.cc
QGC4.4
unknown 13 years ago
parent
commit
dfe987bbad
  1. 1
      src/uas/UAS.cc

1
src/uas/UAS.cc

@ -123,7 +123,6 @@ UAS::~UAS() @@ -123,7 +123,6 @@ UAS::~UAS()
delete links;
delete statusTimeout;
delete simulation;
delete paramManager;
}
void UAS::writeSettings()
{

Loading…
Cancel
Save