core-lightning/channeld
Rusty Russell 2e8257e1e6 channeld: plug minor leak.
We don't free the signatures in this case, and for some reason leak checking
on my build machine just found it:

MEMLEAK: 0x560f7dc69fc8'
   label=channeld/gen_channel_wire.c:266:secp256k1_ecdsa_signature'
  backtrace:'
    ccan/ccan/tal/tal.c:442 (tal_alloc_)'
    channeld/gen_channel_wire.c:266 (fromwire_channel_init)'
    channeld/channeld.c:3060 (init_channel)'
    channeld/channeld.c:3254 (main)'
  parents:'
    channeld/channeld.c:3227:struct peer'
MEMLEAK: 0x560f7dc6a288'
  label=channeld/gen_channel_wire.c:272:secp256k1_ecdsa_signature'
  backtrace:'
    ccan/ccan/tal/tal.c:442 (tal_alloc_)'
    channeld/gen_channel_wire.c:272 (fromwire_channel_init)'
    channeld/channeld.c:3060 (init_channel)'
    channeld/channeld.c:3254 (main)'
  parents:'
    channeld/channeld.c:3227:struct peer'

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2020-04-04 16:08:49 +10:30
..
test channeld: get the onionreply back from lightningd for failed htlcs. 2020-02-25 11:12:12 +10:30
channel_wire.csv channeld: simplify loading of pre-existing HTLCs. 2020-04-04 16:08:49 +10:30
channeld_htlc.h channeld: get the onionreply back from lightningd for failed htlcs. 2020-02-25 11:12:12 +10:30
channeld.c channeld: plug minor leak. 2020-04-04 16:08:49 +10:30
commit_tx.c tx: Strengthen transaction construction checks 2020-03-24 09:52:33 +10:30
commit_tx.h channeld: remove chainparams local parameter. 2019-11-20 20:41:53 +01:00
full_channel_error.h channeld: map htlc add/remove errors to names. 2018-02-19 02:56:51 +00:00
full_channel.c channeld: simplify loading of pre-existing HTLCs. 2020-04-04 16:08:49 +10:30
full_channel.h channeld: simplify loading of pre-existing HTLCs. 2020-04-04 16:08:49 +10:30
Makefile common: generalize ecdh function. 2020-04-04 16:08:49 +10:30