Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162004
b: refs/heads/master
c: 2f58519
h: refs/heads/master
v: v3
  • Loading branch information
Moritz Muehlenhoff authored and Greg Kroah-Hartman committed Sep 15, 2009
1 parent a4e06b3 commit 156fbaf
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 0d0202fd888a0f6e42d14aa903c6d79fc8777125
refs/heads/master: 2f5851917c7a2b29b0f73d974f241b9f8aaa62dd
2 changes: 1 addition & 1 deletion trunk/drivers/staging/wlan-ng/p80211netdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ static int p80211knetdev_hard_start_xmit(struct sk_buff *skb,
failed:
/* Free up the WEP buffer if it's not the same as the skb */
if ((p80211_wep.data) && (p80211_wep.data != skb->data))
kfree(p80211_wep.data);
kzfree(p80211_wep.data);

/* we always free the skb here, never in a lower level. */
if (!result)
Expand Down

0 comments on commit 156fbaf

Please sign in to comment.