Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 352766
b: refs/heads/master
c: 18cf0d0
h: refs/heads/master
v: v3
  • Loading branch information
Romain KUNTZ authored and David S. Miller committed Feb 18, 2013
1 parent 2e41e06 commit b737297
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dca9ab9274ab1b01fa2a78d5b82e9d1ea8c22b39
refs/heads/master: 18cf0d0784b4a634472ed24d0d7ca1c721d93e90
2 changes: 2 additions & 0 deletions trunk/net/ipv6/xfrm6_policy.c
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,8 @@ static void xfrm6_dst_destroy(struct dst_entry *dst)
{
struct xfrm_dst *xdst = (struct xfrm_dst *)dst;

if (likely(xdst->u.rt6.n))
neigh_release(xdst->u.rt6.n);
if (likely(xdst->u.rt6.rt6i_idev))
in6_dev_put(xdst->u.rt6.rt6i_idev);
dst_destroy_metrics_generic(dst);
Expand Down

0 comments on commit b737297

Please sign in to comment.