commit | 2c701dbc0764157aa74dd90ed9a4c1133ddce97b | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Jan 26 15:32:12 2023 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jan 26 15:49:30 2023 +0100 |
tree | f1e74ddd13307448ce6ffa55d6af8b9b4c983b4e | |
parent | 094ecf19f938e9b6c9fb6fcc4fc907776c437d27 [diff] |
BUG/MINOR: log: release global log servers on exit Since 2.6 we have a free_logsrv() function that is used to release log servers. It must be called from deinit() instead of manually iterating over the log servers, otherwise some parts of the structure are not freed (namely the ring name), as reported by ASAN. This should be backported to 2.6.