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
+3 -1
View File
@@ -897,7 +897,9 @@ Application::~Application() {
updateThread = 0;
#endif
delete window;
Window *w = window;
window = 0;
delete w;
delete cChatBackground();
cSetChatBackground(0);