Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 264055
b: refs/heads/master
c: 8603e33
h: refs/heads/master
i:
  264053: 234bd86
  264051: 4b8cdb9
  264047: a5bc39e
v: v3
  • Loading branch information
Roy Li authored and David S. Miller committed Sep 20, 2011
1 parent 3fe2456 commit e7dba6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fe7d189d4a2ccbb3590b1da97a3f6a83fc2efd80
refs/heads/master: 8603e33d01cb6bd32de46b2596fe47f0c4df6c12
4 changes: 2 additions & 2 deletions trunk/net/ipv6/addrconf.c
Original file line number Diff line number Diff line change
Expand Up @@ -374,8 +374,8 @@ static struct inet6_dev * ipv6_add_dev(struct net_device *dev)
"%s(): cannot allocate memory for statistics; dev=%s.\n",
__func__, dev->name));
neigh_parms_release(&nd_tbl, ndev->nd_parms);
ndev->dead = 1;
in6_dev_finish_destroy(ndev);
dev_put(dev);
kfree(ndev);
return NULL;
}

Expand Down

0 comments on commit e7dba6f

Please sign in to comment.