summaryrefslogtreecommitdiff
path: root/ChangeLog.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2024-02-10 17:50:24 +0100
committerSébastien Helleu <flashcode@flashtux.org>2024-02-10 17:50:24 +0100
commite9dbf23a18c6f23542a41764e5e31016e1e4a799 (patch)
tree60eef874f0c90fc14292be018c18823e3c47d73d /ChangeLog.adoc
parentcaa51160dad483be2dfc323856e366331e9d0630 (diff)
downloadweechat-e9dbf23a18c6f23542a41764e5e31016e1e4a799.zip
trigger: fix memory leak when adding a new trigger with `/trigger` command
Diffstat (limited to 'ChangeLog.adoc')
-rw-r--r--ChangeLog.adoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc
index f536b11d3..0c6067ed7 100644
--- a/ChangeLog.adoc
+++ b/ChangeLog.adoc
@@ -27,6 +27,7 @@ Bug fixes::
* core: remove trailing directory separators in home directories (issue #2070)
* irc: fix random date displayed when a received message contains tags but no "time" (issue #2064)
* scripts: fix crash on script unload when a hook is created in a buffer close callback (issue #2067)
+ * trigger: fix memory leak when adding a new trigger with `/trigger` command
[[v4.2.1]]
== Version 4.2.1 (2024-01-22)