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:
0efd92d
)
USB: fix memleak in usbfs
author
Oliver Neukum
<oliver@neukum.org>
Sun, 28 Jun 2009 21:34:14 +0000
(23:34 +0200)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 30 Jul 2009 23:06:02 +0000
(16:06 -0700)
commit
d794a02111cd3393da69bc7d6dd2b6074bd037cc
upstream.
This patch fixes a memory leak in devio.c::processcompl
If writing to user space fails the packet must be discarded, as it
already has been removed from the queue of completed packets.
Signed-off-by: Oliver Neukum <oliver@neukum.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found