mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 09:54:16 +01:00
2e8257e1e6
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> |
||
---|---|---|
.. | ||
test | ||
channel_wire.csv | ||
channeld_htlc.h | ||
channeld.c | ||
commit_tx.c | ||
commit_tx.h | ||
full_channel_error.h | ||
full_channel.c | ||
full_channel.h | ||
Makefile |