From 62101c238770b52785169fc12273d1d5909d2120 Mon Sep 17 00:00:00 2001 From: niftynei Date: Wed, 14 Oct 2020 20:18:00 -0500 Subject: [PATCH] df, bugfix: dont free the `uc` yet we free it later, which is a problem if we also free it here. --- lightningd/dual_open_control.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lightningd/dual_open_control.c b/lightningd/dual_open_control.c index e962fe576a87..c5c7e52dfad6 100644 --- a/lightningd/dual_open_control.c +++ b/lightningd/dual_open_control.c @@ -52,7 +52,6 @@ static void handle_signed_psbt(struct lightningd *ld, rcvd->pps, rcvd->commitment_msg, psbt, false); - tal_free(rcvd->uc); } /* ~Map of the Territory~