rgb-cln/lightningd
Christian Decker 0987747ded plugin: Avoid calling a destructor on a request that was freed
We are attaching the destructor to notify us when the plugin exits, but we
also need to clear them once the request is handled correctly, so we don't
call the destructor when it exits later.
2020-02-27 09:21:44 +10:30
..
test
.gitignore
Makefile
bitcoind.c
bitcoind.h
chaintopology.c
chaintopology.h
channel.c
channel.h
channel_control.c
channel_control.h
channel_state.h
closing_control.c
closing_control.h
connect_control.c
connect_control.h
gossip_control.c
gossip_control.h
gossip_msg.c
gossip_msg.h
hsm_control.c
hsm_control.h
htlc_end.c
htlc_end.h
htlc_set.c
htlc_set.h
invoice.c
invoice.h
io_loop_with_timers.c
io_loop_with_timers.h
json.c
json.h
jsonrpc.c
jsonrpc.h
lightningd.c
lightningd.h
log.c
log.h
log_status.c
log_status.h
memdump.c
memdump.h
notification.c
notification.h
onchain_control.c
onchain_control.h
opening_control.c
opening_control.h
options.c
options.h
pay.c
pay.h
peer_control.c
peer_control.h
peer_htlcs.c
peer_htlcs.h
ping.c
ping.h
plugin.c
plugin.h
plugin_control.c lightningd/plugin: unregister a plugin's options when stopping it 2020-02-10 09:49:15 +10:30
plugin_control.h
plugin_hook.c
plugin_hook.h
signmessage.c
subd.c
subd.h
watch.c
watch.h