This commit is contained in:
2022-11-10 15:03:51 +03:00
parent 4994d0bf66
commit e9a7eaa276
2 changed files with 8 additions and 5 deletions

View File

@@ -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;
}