fix crash when closing rssguard with opened log dialog

This commit is contained in:
Martin Rotter 2022-12-06 07:30:15 +01:00
parent b3959a648d
commit 9141a37624
2 changed files with 4 additions and 1 deletions

View file

@ -60,7 +60,7 @@
<content_rating type="oars-1.0" /> <content_rating type="oars-1.0" />
<content_rating type="oars-1.1" /> <content_rating type="oars-1.1" />
<releases> <releases>
<release version="4.2.5" date="2022-12-02" /> <release version="4.2.5" date="2022-12-06" />
</releases> </releases>
<provides> <provides>
<binary>rssguard</binary> <binary>rssguard</binary>

View file

@ -215,6 +215,9 @@ Application::~Application() {
} }
#endif #endif
// Disable logging into the form.
m_logForm = nullptr;
qDebugNN << LOGSEC_CORE << "Destroying Application instance."; qDebugNN << LOGSEC_CORE << "Destroying Application instance.";
} }