diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-12-23 07:17:37 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-12-23 07:17:37 +0100 |
commit | 841444b68cb38b4d928edd3d0ea19f94d2d20b9f (patch) | |
tree | 509cab66a4d6db2aba75a211e539541c165c57fc /ChangeLog.asciidoc | |
parent | cb23d0166a8f65221d1033a2d2490d5448cc30d9 (diff) | |
download | weechat-841444b68cb38b4d928edd3d0ea19f94d2d20b9f.zip |
core: fix memory leak when using multiple "-d" or "-r" in command line arguments
Diffstat (limited to 'ChangeLog.asciidoc')
-rw-r--r-- | ChangeLog.asciidoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog.asciidoc b/ChangeLog.asciidoc index fcaf0baa5..477f57b5e 100644 --- a/ChangeLog.asciidoc +++ b/ChangeLog.asciidoc @@ -52,6 +52,8 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] [[1.4_bugs]] === Bugs fixed +* core: fix memory leak when using multiple "-d" or "-r" in command line + arguments * core: don't complain any more about "tmux" and "tmux-256color" $TERM values when WeeChat is running under tmux (issue #519) * core: fix truncated messages after a word with a length of zero on screen |