zeit: shutdown cleanly

This commit is contained in:
blaze 2021-04-24 12:37:49 +03:00
parent 3de90efed9
commit 032fa3db34
No known key found for this signature in database
GPG Key ID: C4996C546950EAE4

View File

@ -152,6 +152,7 @@ MainWindow::MainWindow(QWidget* parent) : QMainWindow(parent),
}
MainWindow::~MainWindow() {
delete list;
delete commands;
delete ctHost;
delete ui;