fix crash when closing rssguard with opened log dialog
This commit is contained in:
parent
b3959a648d
commit
9141a37624
2 changed files with 4 additions and 1 deletions
|
@ -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>
|
||||||
|
|
|
@ -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.";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue