diff options
Diffstat (limited to 'src/gui/chat.cpp')
-rw-r--r-- | src/gui/chat.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/chat.cpp b/src/gui/chat.cpp index 2050745e..731cc0d0 100644 --- a/src/gui/chat.cpp +++ b/src/gui/chat.cpp @@ -77,8 +77,6 @@ ChatWindow::ChatWindow(const std::string &logfile): ChatWindow::~ChatWindow() { - delete textOutput; - chatlog_file.flush(); chatlog_file.close(); } |