2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

fixed 9015003 build for os x

This commit is contained in:
John Preston
2015-12-28 01:49:08 +03:00
parent 0b8a05e435
commit 3aa2e592e0
5 changed files with 9 additions and 4 deletions

View File

@@ -897,7 +897,9 @@ Application::~Application() {
updateThread = 0;
#endif
delete window;
Window *w = window;
window = 0;
delete w;
delete cChatBackground();
cSetChatBackground(0);