mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-06 11:52:58 +00:00
Fix possible crash in application shutdown.
This commit is contained in:
@@ -388,6 +388,7 @@ void Session::clear() {
|
||||
for (const auto &[id, folder] : _folders) {
|
||||
folder->clearChatsList();
|
||||
}
|
||||
_chatsFilters->clear();
|
||||
_histories->clearAll();
|
||||
_webpages.clear();
|
||||
_locations.clear();
|
||||
|
||||
Reference in New Issue
Block a user