ipv6: release dst properly in ipip6_tunnel_xmit
authorLi RongQing <roy.qing.li@gmail.com>
Fri, 20 Dec 2013 09:20:12 +0000 (17:20 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 27 Dec 2013 18:14:40 +0000 (13:14 -0500)
if a dst is not attached to anywhere, it should be released before
exit ipip6_tunnel_xmit, otherwise cause dst memory leakage.

Fixes: 61c1db7fae21 ("ipv6: sit: add GSO/TSO support")
Signed-off-by: Li RongQing <roy.qing.li@gmail.com>
Acked-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found