From 027f941bb10b9dde2207d1eaa316bd63b4f8e9d4 Mon Sep 17 00:00:00 2001 From: Jeremy Rimpo Date: Wed, 13 Dec 2017 12:29:23 -0600 Subject: Properly shut down QtWebEngine --- src/modinfodialog.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/modinfodialog.cpp') 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; } -- cgit v1.3.1