mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +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