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:
655f891
)
dcb: use nlmsg_free() instead of kfree()
author
Dan Carpenter
<error27@gmail.com>
Thu, 23 Jun 2011 10:14:42 +0000
(
03:14
-0700)
committer
David S. Miller
<davem@davemloft.net>
Thu, 23 Jun 2011 10:14:42 +0000
(
03:14
-0700)
These sk_buff structs were allocated with nlmsg_new() so they should
be freed with nlmsg_free().
Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found