Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 178134
b: refs/heads/master
c: 3705e11
h: refs/heads/master
v: v3
  • Loading branch information
Yang Hongyang authored and David S. Miller committed Dec 19, 2009
1 parent 60670d7 commit 91aa467
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: f9c4171e01f6befdf5d15346070b819d341c9c73
refs/heads/master: 3705e11a21bcdffe7422ee7870e1b23fe4ac70f4
3 changes: 2 additions & 1 deletion trunk/net/ipv6/reassembly.c
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,8 @@ static void ip6_frags_ns_sysctl_unregister(struct net *net)

table = net->ipv6.sysctl.frags_hdr->ctl_table_arg;
unregister_net_sysctl_table(net->ipv6.sysctl.frags_hdr);
kfree(table);
if (!net_eq(net, &init_net))
kfree(table);
}

static struct ctl_table_header *ip6_ctl_header;
Expand Down

0 comments on commit 91aa467

Please sign in to comment.