diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2020-01-25 13:42:12 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-01-25 13:42:12 +0100 |
commit | f9808203956063cd83d9c51ad336f0bfe35beed5 (patch) | |
tree | 6beeadd83c271501d178d4ada9e84c5db1466862 /ChangeLog.adoc | |
parent | 4d67af399dee3319d10cfd3db29d440383c37d72 (diff) | |
download | weechat-f9808203956063cd83d9c51ad336f0bfe35beed5.zip |
logger: fix crash when disabling logging on a buffer (closes #1444)
Crash happens if the log file was deleted before disabling logging and if the
option logger.file.info_lines is on.
Diffstat (limited to 'ChangeLog.adoc')
-rw-r--r-- | ChangeLog.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 13c51795a..cb2ee7fbb 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -32,6 +32,7 @@ Bug fixes:: * core: fix evaluation of condition with nested "if" (issue #1434) * irc: case-insensitive comparison on incoming CTCP command, force upper case on CTCP replies (issue #1439) * irc: fix memory leak when the channel topic is changed + * logger: fix crash when logging is disabled on a buffer and the log file was deleted in the meanwhile, when option logger.file.info_lines is on (issue #1444) * relay: update buffers synchronization when buffers are renamed (issue #1428) * xfer: send signal "xfer_ended" after the received file has been renamed (issue #1438) |