diff --git a/lightningd/opening_control.c b/lightningd/opening_control.c index 4654b0b63..18c42ecdf 100644 --- a/lightningd/opening_control.c +++ b/lightningd/opening_control.c @@ -977,6 +977,7 @@ void peer_start_openingd(struct peer *peer, tal_fmt(tmpctx, "Running lightning_openingd: %s", strerror(errno))); + tal_free(uc); return; }