diff options
author | rburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-24 23:14:41 +0000 |
---|---|---|
committer | rburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-24 23:14:41 +0000 |
commit | 2557d0b0917fe8016b4adc852aad41fbfd8fb5de (patch) | |
tree | 2a4b27615663bb8c73898b3fa7645fa54548009e /src | |
parent | 0779326cce15f465b3c535f5e227d01d59e3617d (diff) |
Fix this, delete that explodes the world.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1792 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src')
-rw-r--r-- | src/protocol/inspircd12.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/protocol/inspircd12.cpp b/src/protocol/inspircd12.cpp index 4698a61ca..a3a14ed6d 100644 --- a/src/protocol/inspircd12.cpp +++ b/src/protocol/inspircd12.cpp @@ -882,7 +882,6 @@ int anope_event_fjoin(const char *source, int ac, const char **av) endnick: strncat(nicklist, prefixandnick, 513); strncat(nicklist, " ", 513); - delete [] curnick; curtoken++; curnick = myStrGetToken(av[ac - 1], ' ', curtoken); nlen = 0; |