PVS: V773 A memory leak is possible

This commit is contained in:
wmayer
2019-02-17 18:40:06 +01:00
parent b2a5f47e44
commit e23db2e313
22 changed files with 74 additions and 69 deletions

View File

@@ -122,6 +122,7 @@ DlgProjectUtility::DlgProjectUtility(QWidget* parent, Qt::WindowFlags fl)
DlgProjectUtility::~DlgProjectUtility()
{
// no need to delete child widgets, Qt does it all for us
delete ui;
}
void DlgProjectUtility::on_extractButton_clicked()