2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

locations displayed as image links from google maps, killSession crash fixed

This commit is contained in:
John Preston
2014-11-13 14:27:10 +03:00
parent 8ed0cb7bf1
commit 84226635b2
9 changed files with 115 additions and 25 deletions

View File

@@ -726,6 +726,8 @@ namespace MTP {
for (Sessions::iterator i = sessions.begin(), e = sessions.end(); i != e; ++i) {
i.value()->stop();
}
sessions.clear();
mainSession = MTProtoSessionPtr();
delete resender;
resender = 0;
mtpDestroyConfigLoader();