diff options
author | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-03-14 18:47:29 +0000 |
---|---|---|
committer | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-03-14 18:47:29 +0000 |
commit | ccf124e35aa7efe3a187762a3e017af28122ee03 (patch) | |
tree | 6fa4ac62761d859046b1977664ed1380bb97363e /src/plexus.c | |
parent | 55c14ce52f1b1ac26d2d29bf86bbeeb226411938 (diff) |
BUILD : 1.7.8 (621) BUGS : 314 NOTES : Fixed normalizeBuffer not being freed twice (anope_cmd_ctcp / delete_user)
git-svn-id: svn://svn.anope.org/anope/trunk@621 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@469 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/plexus.c')
-rw-r--r-- | src/plexus.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plexus.c b/src/plexus.c index e15348815..f88886beb 100644 --- a/src/plexus.c +++ b/src/plexus.c @@ -1653,6 +1653,7 @@ void anope_cmd_ctcp(char *source, char *dest, const char *fmt, ...) } send_cmd(source, "NOTICE %s :\1%s \1", dest, s); + free(s); } #endif |