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:
479c255
)
fix memory leak in fixed btusb_close
author
Oliver Neukum
<oliver@neukum.org>
Fri, 13 Nov 2009 13:26:23 +0000
(14:26 +0100)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Sat, 14 Nov 2009 20:57:08 +0000
(12:57 -0800)
If the waker is killed before it can replay outstanding URBs, these URBs
won't be freed or will be replayed at the next open. This patch closes
the window by explicitely discarding outstanding URBs.
Signed-off-by: Oliver Neukum <oliver@neukum.org>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found