mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-23 09:04:22 +01:00
This one is a bit more subtle than others: we can't just free it inside the read_peer_msg() loop since we hand tmpctx in, so open-code the two callers and it's clearer. They're inside the only loops closingd has. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>