2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Fix crash in notifications clearing.

This commit is contained in:
John Preston
2020-06-30 19:33:22 +04:00
parent d529c60081
commit 41f2cc6d81
3 changed files with 7 additions and 5 deletions

View File

@@ -153,6 +153,7 @@ Application::~Application() {
_window = nullptr;
_mediaView = nullptr;
_notifications->clearAllFast();
_domain->finish();
Local::finish();