diff options
author | Naram Qashat <cyberbotx@cyberbotx.com> | 2010-06-27 23:15:05 -0400 |
---|---|---|
committer | Naram Qashat <cyberbotx@cyberbotx.com> | 2010-06-27 23:15:05 -0400 |
commit | 28e12bc24a9c85f4f0d1e37567618ec39cb501f6 (patch) | |
tree | cc70ebeef95a9d95174afe3ef038b0d673346f58 /src/core/os_quit.cpp | |
parent | 051ebe3eea0f8529b64c0e443c61103ba2f7dee8 (diff) |
The next of a few "CBX OCDing over code style" commits, maybe the last.
NOTES: I have been unable to compile the db_mysql_* functions on my system here, so those are untested. db-convert seems to be badly programmed and needs more work in my opinion.
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!"; |