diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-12-15 07:27:45 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-12-15 07:27:45 +0100 |
commit | bb62485aa96f4be18918ca3f622d70c81c059cc2 (patch) | |
tree | 6c77a746d68d7cbab009cfee46c2db2b9a05673d /ChangeLog.adoc | |
parent | 72b107a970a7bed13da040be4515761ddbb1cbb4 (diff) | |
download | weechat-bb62485aa96f4be18918ca3f622d70c81c059cc2.zip |
irc: fix memory leak when the channel topic is changed
Diffstat (limited to 'ChangeLog.adoc')
-rw-r--r-- | ChangeLog.adoc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 02db35558..83406a077 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -22,6 +22,10 @@ New features:: * api: add info "weechat_headless" (issue #1433) +Bug fixes:: + + * irc: fix memory leak when the channel topic is changed + Build:: * irc: fix build with GnuTLS < 3.1.0 (issue #1431) |