2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-05 08:55:59 +00:00
This commit is contained in:
John Preston
2015-02-03 18:06:19 +03:00
28 changed files with 1098 additions and 58 deletions

View File

@@ -833,6 +833,12 @@ Application::~Application() {
delete window;
delete cChatBackground();
cSetChatBackground(0);
delete cChatDogImage();
cSetChatDogImage(0);
style::stopManager();
Local::stop();