Browse Source

dual_open: don't release uc here, it gets freed elsewhere

travis-experimental
niftynei 4 years ago
committed by Rusty Russell
parent
commit
cf2a807d3c
  1. 1
      lightningd/dual_open_control.c

1
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~

Loading…
Cancel
Save