Fix memory leaks when removing bans or applying overlapped bans.
[ircu2.10.12-pk.git] / ChangeLog
index d9f249ebe25d6c22b7a9cb60122e522605298d78..18f8eaa743ccf1333e1a75727e354cef2b733bda 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2005-04-23  Michael Poole <mdpoole@troilus.org>
+
+       * ircd/channel.c (apply_ban): Consistently free newban->banstr
+       when the function fails.
+       (mode_process_bans): Free banstr for all BAN_DEL bans.
+
+       * ircd/ircd_parser.y: Fix a few memory leaks from previous commit.
+
 2005-04-23  Michael Poole <mdpoole@troilus.org>
 
        * include/patchlevel.h: Bump to being a beta.