diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-09-19 10:19:29 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-09-19 10:19:29 +0200 |
commit | 252feedde4ed4c67c2790da16aec955cc39ba098 (patch) | |
tree | 164729ece0586378a80513e02b9841cb89bbeed2 /ChangeLog | |
parent | 266b9e1e2a300ea74b481c6759b5493187ee3b7c (diff) | |
download | weechat-252feedde4ed4c67c2790da16aec955cc39ba098.zip |
core: fix memory leak on unhook of a print hook (if using tags)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,7 @@ WeeChat ChangeLog ================= Sébastien Helleu <flashcode@flashtux.org> -v0.4.2-rc1, 2013-09-03 +v0.4.2-rc1, 2013-09-19 This document lists all changes for each version. @@ -14,6 +14,7 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] Version 0.4.2 (under dev!) -------------------------- +* core: fix memory leak on unhook of a print hook (if using tags) * core: fix computation of columns in output of /help (take care about size of time/buffer/prefix) * core: display day change message dynamically (do not store it as a line in |