diff options
| author | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2017-12-13 13:10:09 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-12-13 13:10:09 -0600 |
| commit | 062e0cce2de4fd86a9842a88c2bb65936f1ab115 (patch) | |
| tree | b905a4c8280bdce21324b13050af72770dc05680 /src/modinfodialog.cpp | |
| parent | 2226a483d1415a315d7b558b0e2dc9919dfa858b (diff) | |
| parent | 027f941bb10b9dde2207d1eaa316bd63b4f8e9d4 (diff) | |
Merge pull request #145 from Silarn/mainline_dev
A number of fixes and improvements
Diffstat (limited to 'src/modinfodialog.cpp')
| -rw-r--r-- | src/modinfodialog.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modinfodialog.cpp b/src/modinfodialog.cpp index c586c6b6..d43808b6 100644 --- a/src/modinfodialog.cpp +++ b/src/modinfodialog.cpp @@ -148,6 +148,8 @@ ModInfoDialog::~ModInfoDialog() m_ModInfo->setNotes(ui->notesEdit->toPlainText());
saveCategories(ui->categoriesTree->invisibleRootItem());
saveIniTweaks(); // ini tweaks are written to the ini file directly. This is the only information not managed by ModInfo
+ delete ui->descriptionView->page();
+ delete ui->descriptionView;
delete ui;
delete m_Settings;
}
|
