git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0347875
)
net/key/af_key.c: add missing kfree_skb
author
Julia Lawall
<Julia.Lawall@lip6.fr>
Sun, 8 Apr 2012 22:41:10 +0000
(22:41 +0000)
committer
David S. Miller
<davem@davemloft.net>
Fri, 13 Apr 2012 15:01:44 +0000
(11:01 -0400)
At the point of this error-handling code, alloc_skb has succeded, so free
the resulting skb by jumping to the err label.
Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found