Browse Source

lightningd: free failed output htlcs.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
ppa-0.6.1
Rusty Russell 7 years ago
committed by Christian Decker
parent
commit
3ed496e45b
  1. 1
      lightningd/peer_htlcs.c

1
lightningd/peer_htlcs.c

@ -348,6 +348,7 @@ static void rcvd_htlc_reply(struct subd *subd, const u8 *msg, const int *fds,
} else
local_fail_htlc(hout->in, failure_code,
hout->key.peer->scid);
tal_free(hout);
return;
}

Loading…
Cancel
Save