Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 89982
b: refs/heads/master
c: 1d1c8d1
h: refs/heads/master
v: v3
  • Loading branch information
Denis V. Lunev authored and David S. Miller committed Feb 29, 2008
1 parent 09f3811 commit 9fb76f6
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 4a80f2788952055a627f2093a0174537d70aec1b
refs/heads/master: 1d1c8d13c4f7690d382bca5de2f9dc88f22a4aab
4 changes: 3 additions & 1 deletion trunk/net/ipv4/icmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1198,7 +1198,9 @@ int __net_init icmp_sk_init(struct net *net)
return 0;

fail:
icmp_sk_exit(net);
for_each_possible_cpu(i)
sk_release_kernel(net->ipv4.icmp_sk[i]);
kfree(net->ipv4.icmp_sk);
return err;
}

Expand Down

0 comments on commit 9fb76f6

Please sign in to comment.