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:
61282da
)
[media] em28xx: Fix memory leak on driver defered resource release
author
Ezequiel García
<elezegarcia@gmail.com>
Sat, 5 May 2012 19:13:22 +0000
(16:13 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Fri, 18 May 2012 18:51:07 +0000
(15:51 -0300)
When the device is physically unplugged but there are still
open file handles, resource release is defered until last
opened handle is closed.
This patch fixes a missing em28xx_fh struct release.
Tested by compilation only.
Signed-off-by: Ezequiel Garcia <elezegarcia@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
No differences found