summaryrefslogtreecommitdiff
path: root/src/gui/chat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/chat.cpp')
-rw-r--r--src/gui/chat.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/chat.cpp b/src/gui/chat.cpp
index 20deb1a7..2050745e 100644
--- a/src/gui/chat.cpp
+++ b/src/gui/chat.cpp
@@ -77,9 +77,7 @@ ChatWindow::ChatWindow(const std::string &logfile):
ChatWindow::~ChatWindow()
{
- delete chatInput;
delete textOutput;
- delete scrollArea;
chatlog_file.flush();
chatlog_file.close();