summaryrefslogtreecommitdiff
path: root/src/core/os_quit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/os_quit.cpp')
-rw-r--r--src/core/os_quit.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/os_quit.cpp b/src/core/os_quit.cpp
index 9c3e56bc6..1c5a073bc 100644
--- a/src/core/os_quit.cpp
+++ b/src/core/os_quit.cpp
@@ -23,7 +23,6 @@ class CommandOSQuit : public Command
CommandReturn Execute(User *u, const std::vector<ci::string> &params)
{
-
quitmsg = new char[28 + u->nick.length()];
if (!quitmsg)
quitmsg = "QUIT command received, but out of memory!";