Skip to content

Commit

Permalink
df, bugfix: dont free the uc yet
Browse files Browse the repository at this point in the history
we free it later, which is a problem if we also free it here.
  • Loading branch information
niftynei authored and rustyrussell committed Oct 20, 2020
1 parent 482f950 commit 62101c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lightningd/dual_open_control.c
Expand Up @@ -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~
Expand Down

0 comments on commit 62101c2

Please sign in to comment.