diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-10-26 12:32:29 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-10-26 12:32:29 +0100 |
commit | 125adea6503d01fe776cecb68db931de00aa2876 (patch) | |
tree | 0e025dbf02743648f13ba6eb3caadc8824409f65 /ChangeLog.asciidoc | |
parent | 3f5a810254db47c0943007ca7ff749f9b78145ee (diff) | |
download | weechat-125adea6503d01fe776cecb68db931de00aa2876.zip |
trigger: fix memory leak when allocating a new trigger with several regex
Diffstat (limited to 'ChangeLog.asciidoc')
-rw-r--r-- | ChangeLog.asciidoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.asciidoc b/ChangeLog.asciidoc index 7be036d02..706b2711d 100644 --- a/ChangeLog.asciidoc +++ b/ChangeLog.asciidoc @@ -49,6 +49,7 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] * relay: use comma separator in option relay.irc.backlog_tags, check the value of option when it is changed with /set * relay: remove "::ffff:" from IPv4-mapped IPv6 client address (closes #111) +* trigger: fix memory leak when allocating a new trigger with several regex == Version 1.0.1 (2014-09-28) |