Commit dfe987bb authored by unknown's avatar unknown

Took out the deletion of the QGCUASParamManager for now from the

destructor of UAS.cc
parent bdfd65e7
......@@ -123,7 +123,6 @@ UAS::~UAS()
delete links;
delete statusTimeout;
delete simulation;
delete paramManager;
}
void UAS::writeSettings()
{
......
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