1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 22:36:38 +02:00

xfer: fix memory leak on plugin unload

This commit is contained in:
Sébastien Helleu
2023-09-12 13:38:14 +02:00
parent 1fcbdb3bd9
commit f43ed913f5
3 changed files with 4 additions and 1 deletions
+1
View File
@@ -23,6 +23,7 @@ Bug fixes::
* irc: fix autojoin of channels when private buffers are opened (issue #2012)
* irc: fix string comparison when CASEMAPPING is set to "ascii"
* script: fix crash when a `/script` command triggers another `/script` command (issue #923)
* xfer: fix memory leak on plugin unload
Tests::