补充清理程序.

Signed-off-by: ithink.chan <chenyang@autoai.com>
This commit is contained in:
ithink.chan 2019-11-18 18:03:13 +08:00
parent c6a8410827
commit 52eaf34c22
1 changed files with 2 additions and 0 deletions

View File

@ -190,6 +190,8 @@ MainWindow::MainWindow(QWidget *parent) :
MainWindow::~MainWindow()
{
delete MA;
delete MB;
delete ui;
}