commit | dedb8cb1d64a118ac21eaabd941ac0b9acdd82fb | [log] [tgz] |
---|---|---|
author | Ezequiel GarcĂa <elezegarcia@gmail.com> | Sat May 05 16:13:22 2012 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Fri May 18 15:51:07 2012 -0300 |
tree | 492c0a6ecbe812f8284319a327c6360260a9b7d9 | |
parent | 61282daf505f3c8def09332ca337ac257b792029 [diff] |
[media] em28xx: Fix memory leak on driver defered resource release 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>