summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2010-09-27 16:17:16 +0200
committerSebastien Helleu <flashcode@flashtux.org>2010-09-27 16:17:16 +0200
commitccd6a81f0b068109ae25b3b03e4d7622eccb8552 (patch)
tree4cf88e7ba1c04063b16058365e1e29b5ca9f6276 /ChangeLog
parentbd7ae6d5a79991d7f65bc12091b61bcdc4bc5b49 (diff)
downloadweechat-ccd6a81f0b068109ae25b3b03e4d7622eccb8552.zip
Fix memory leak when removing item in hashtable
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 063bffdc9..12d723db7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,7 @@ Version 0.3.4 (under dev!)
--------------------------
* core: add new option weechat.look.input_share (task #9228)
+* core: fix memory leak when removing item in hashtable
* core: use similar behaviour for keys bound to local or global history
(bug #30759)
* api: add priority for hooks (task #10550)