Browse Source

df, bugfix: dont free the `uc` yet

we free it later, which is a problem if we also free it here.
travis-experimental
niftynei 4 years ago
committed by Rusty Russell
parent
commit
02c3f11405
  1. 1
      lightningd/dual_open_control.c

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

Loading…
Cancel
Save