Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1269
b: refs/heads/master
c: aa1c6a6
h: refs/heads/master
i:
  1267: 07bbb87
v: v3
  • Loading branch information
Tommy S. Christensen authored and David S. Miller committed May 19, 2005
1 parent ac6812a commit 116a322
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: 68acc024ea7391e03c2c695ba0b9fb31baa974bf
refs/heads/master: aa1c6a6f7f0518b42994d02756a41cbfdcac1916
3 changes: 2 additions & 1 deletion trunk/net/netlink/af_netlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -789,11 +789,12 @@ int netlink_broadcast(struct sock *ssk, struct sk_buff *skb, u32 pid,
sk_for_each_bound(sk, node, &nl_table[ssk->sk_protocol].mc_list)
do_one_broadcast(sk, &info);

kfree_skb(skb);

netlink_unlock_table();

if (info.skb2)
kfree_skb(info.skb2);
kfree_skb(skb);

if (info.delivered) {
if (info.congested && (allocation & __GFP_WAIT))
Expand Down

0 comments on commit 116a322

Please sign in to comment.