commit | 6a9eadccff2926e392173a989042f14c867cffbf | [log] [tgz] |
---|---|---|
author | Li RongQing <roy.qing.li@gmail.com> | Fri Dec 20 17:20:12 2013 +0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Dec 27 13:14:40 2013 -0500 |
tree | 1aedee4f6e03d14cb30657370aff6a96edf09193 | |
parent | 4710b2ba873692194c636811ceda398f95e02db2 [diff] |
ipv6: release dst properly in ipip6_tunnel_xmit 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>