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:
e0cc8a6
)
USB: ene_ub6250: fix memory leak in ene_load_bincode()
author
Dan Carpenter
<error27@gmail.com>
Thu, 10 Mar 2011 08:31:33 +0000
(11:31 +0300)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Fri, 11 Mar 2011 22:26:08 +0000
(14:26 -0800)
"buf" gets allocated twice in a row. It's the second allocation which
is correct. The first one should be removed.
Signed-off-by: Dan Carpenter <error27@gmail.com>
Acked-by: huajun li <huajun.li.lee@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found