rgb-cln/openingd
Rusty Russell 6a86e80a30 dualopend: fix minor memleak report.
It would be freed eventually, but this is clearer.

```
 MEMLEAK: 0x56402bbfb6a8
   label=openingd/dualopend.c:362:char[]
   backtrace:
     ccan/ccan/tal/tal.c:477 (tal_alloc_)
     ccan/ccan/tal/tal.c:506 (tal_alloc_arr_)
     ccan/ccan/tal/tal.c:850 (tal_dup_)
     openingd/dualopend.c:362 (open_abort)
     openingd/dualopend.c:3411 (rbf_wrap_up)
     openingd/dualopend.c:3787 (rbf_remote_start)
     openingd/dualopend.c:4135 (handle_peer_in)
     openingd/dualopend.c:4421 (main)
   parents:
     openingd/dualopend.c:349:char[]
```

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2023-05-29 13:46:21 +09:30
..
Makefile tx_roles: allow to be serialized btw processes 2023-02-07 21:03:36 -06:00
common.c opening: helper for anchor flagged, use in dualopend also 2023-02-04 15:31:16 +10:30
common.h opening: helper for anchor flagged, use in dualopend also 2023-02-04 15:31:16 +10:30
dualopend.c dualopend: fix minor memleak report. 2023-05-29 13:46:21 +09:30
dualopend_wire.csv df: persist our setting to disk, read back to dualopend at reinit 2023-02-07 21:03:36 -06:00
openingd.c zeroconf: don't accept channel_type with option_zeroconf unless we're really zeroconf. 2023-04-10 17:26:47 +09:30
openingd_wire.csv common/channel_type: routines to set known variants, set scid_alias. 2023-04-10 17:26:47 +09:30