Subject: [PATCH] ipv6 tcp_v6_send_synack: release the destination From: Eric W. Biederman Date: 1137495781 -0700 --- net/ipv6/tcp_ipv6.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) 5ef39305bf7d0b67832b8cbe31e38d5e398197c9 diff --git a/net/ipv6/tcp_ipv6.c b/net/ipv6/tcp_ipv6.c index 85fa8b3..cc5607c 100644 --- a/net/ipv6/tcp_ipv6.c +++ b/net/ipv6/tcp_ipv6.c @@ -895,6 +895,7 @@ static int tcp_v6_send_synack(struct soc done: if (opt && opt != np->opt) sock_kfree_s(sk, opt, opt->tot_len); + dst_release(dst); return err; } -- 1.0.GIT