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:
f3a7568
)
Staging: serqt_usb2: fix memory leak in error case
author
Oliver Neukum
<oliver@neukum.org>
Mon, 13 Jul 2009 08:46:57 +0000
(10:46 +0200)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 28 Jul 2009 21:07:10 +0000
(14:07 -0700)
a standard memory leak, as later allocations may fail even if prior
allocations did not. Then the prior allocations must be undone.
Signed-off-by: Oliver Neukum <oliver@neukum.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found