fixes
This commit is contained in:
@@ -41,7 +41,6 @@ void Daemon::Remote::shellClose() {
|
||||
if (!term) return;
|
||||
piCoutObj << "shell close";
|
||||
term_timer.stop();
|
||||
term_timer.waitForFinish(1000);
|
||||
term->destroy();
|
||||
delete term;
|
||||
term = 0;
|
||||
@@ -331,6 +330,7 @@ Daemon::~Daemon() {
|
||||
delete r;
|
||||
}
|
||||
remotes.clear();
|
||||
delete _self;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user