mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-01 03:24:41 +01:00
dbc77bcbc4
Short term leak, but leak-detect is right: it's dumb code! Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> ``` plugin-pay: MEMLEAK: 0x2505318 plugin-pay: label=common/utils.c:134:char[] plugin-pay: backtrace: plugin-pay: ccan/ccan/tal/tal.c:442 (tal_alloc_) plugin-pay: ccan/ccan/tal/tal.c:471 (tal_alloc_arr_) plugin-pay: common/utils.c:134 (tal_hexstr) plugin-pay: common/node_id.c:48 (node_id_to_hexstr) plugin-pay: common/node_id.c:50 (fmt_node_id_) plugin-pay: common/type_to_string.c:32 (type_to_string_) plugin-pay: plugins/libplugin-pay.c:2970 (shadow_route_extend) plugin-pay: plugins/libplugin-pay.c:3113 (shadow_route_listchannels) plugin-pay: plugins/libplugin.c:563 (handle_rpc_reply) plugin-pay: plugins/libplugin.c:731 (rpc_read_response_one) plugin-pay: plugins/libplugin.c:751 (rpc_conn_read_response) plugin-pay: ccan/ccan/io/io.c:59 (next_plan) plugin-pay: ccan/ccan/io/io.c:407 (do_plan) plugin-pay: ccan/ccan/io/io.c:417 (io_ready) plugin-pay: ccan/ccan/io/poll.c:453 (io_loop) plugin-pay: plugins/libplugin.c:1565 (plugin_main) plugin-pay: plugins/pay.c:2569 (main) plugin-pay: parents: plugin-pay: plugins/libplugin.c:155:struct out_req ``` |
||
---|---|---|
.. | ||
examples | ||
spender | ||
src | ||
test | ||
.gitignore | ||
autoclean.c | ||
bcli.c | ||
Cargo.toml | ||
fetchinvoice.c | ||
funder_policy.c | ||
funder_policy.h | ||
funder.c | ||
keysend.c | ||
libplugin-pay.c | ||
libplugin-pay.h | ||
libplugin.c | ||
libplugin.h | ||
Makefile | ||
offers_inv_hook.c | ||
offers_inv_hook.h | ||
offers_invreq_hook.c | ||
offers_invreq_hook.h | ||
offers_offer.c | ||
offers_offer.h | ||
offers.c | ||
offers.h | ||
pay.c | ||
README.md | ||
topology.c | ||
txprepare.c |
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).