diff options
Diffstat (limited to 'src/core/os_quit.cpp')
-rw-r--r-- | src/core/os_quit.cpp | 1 |
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> ¶ms) { - quitmsg = new char[28 + u->nick.length()]; if (!quitmsg) quitmsg = "QUIT command received, but out of memory!"; |