From 02c3f114056069c2306e004d153bd5edc6fd1391 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 e962fe576..c5c7e52df 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~