mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-21 16:14:23 +01:00
local_connected allocates a struct node_map off of the struct listchannels_opts but fails to ever release the internal table, so those table allocations hang around forever. Add node_map_clear as a destructor for the struct node_map to ensure that the internal table is freed when the enclosing struct is freed. Changelog-Fixed: topology: Fixed memleak in `listchannels` Signed-off-by: Matt Whitlock <c-lightning@mattwhitlock.name>
Plugin Directory
Any file in this directory which is executable and whose name only consists of alphanumeric characters, space, '.', '-' or '_' will be automatically loaded when lightningd starts (unless suppressed with commandline options).