From 80714de5566b391eb805c41fa1d421d63352d318 Mon Sep 17 00:00:00 2001 From: niftynei Date: Thu, 7 Jan 2021 17:54:17 -0600 Subject: [PATCH] df: make sure to end wally alloc --- lightningd/dual_open_control.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lightningd/dual_open_control.c b/lightningd/dual_open_control.c index 924c031de..16cc0ead0 100644 --- a/lightningd/dual_open_control.c +++ b/lightningd/dual_open_control.c @@ -1157,6 +1157,7 @@ static void peer_tx_sigs_msg(struct subd *dualopend, type_to_string(tmpctx, struct wally_psbt, psbt)); + tal_wally_end(channel->psbt); return; } tal_wally_end(channel->psbt);