summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changes1
-rw-r--r--src/core/cs_akick.c3
-rw-r--r--version.log6
3 files changed, 6 insertions, 4 deletions
diff --git a/Changes b/Changes
index 12c1202ec..e02b422d5 100644
--- a/Changes
+++ b/Changes
@@ -28,6 +28,7 @@ Anope Version S V N
Provided by Jan Milants <jan_renee@msn.com> - 2008
01/16 F Server traversion with next_server() failed to list all servers. [#831]
+02/08 F Removed excessive free in ChanServ AKICK code. [#849]
Anope Version 1.7.21
--------------------
diff --git a/src/core/cs_akick.c b/src/core/cs_akick.c
index b3c15cd6f..36482912b 100644
--- a/src/core/cs_akick.c
+++ b/src/core/cs_akick.c
@@ -316,9 +316,6 @@ int do_akick(User * u)
if (count)
notice_lang(s_ChanServ, u, CHAN_AKICK_ENFORCE_DONE, chan,
count);
-
- if (freemask)
- free(mask);
} else if (stricmp(cmd, "STICK") == 0) {
NickAlias *na;
diff --git a/version.log b/version.log
index 863b5974d..04b0e8e6e 100644
--- a/version.log
+++ b/version.log
@@ -9,10 +9,14 @@ VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="21"
VERSION_EXTRA="-svn"
-VERSION_BUILD="1370"
+VERSION_BUILD="1371"
# $Log$
#
+# BUILD : 1.7.21 (1371)
+# BUGS : 849
+# NOTES : Applied patch by Jan Milants to remove an excessive free in cs_akick
+#
# BUILD : 1.7.21 (1370)
# BUGS : 846
# NOTES : Updated docs/WIN32.txt