From cf2a807d3cfc14e65b36307eb22459b5c666bf3e Mon Sep 17 00:00:00 2001 From: niftynei Date: Tue, 15 Sep 2020 20:30:45 -0500 Subject: [PATCH] dual_open: don't release uc here, it gets freed elsewhere --- 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 abe9c9626..26ee799e1 100644 --- a/lightningd/dual_open_control.c +++ b/lightningd/dual_open_control.c @@ -136,7 +136,6 @@ static void handle_signed_psbt(struct lightningd *ld, rcvd->pps, rcvd->commitment_msg, fwd_msg_2, false); - tal_free(rcvd->uc); } /* ~Map of the Territory~