commit | 23c405912b881e3ca516554efde852c2ad550b31 | [log] [tgz] |
---|---|---|
author | Sudip Mukherjee <sudipm.mukherjee@gmail.com> | Mon Jun 15 20:05:50 2015 +0530 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Jul 22 21:15:49 2015 -0700 |
tree | f95608e2c89e0e3c1203926aaab3a2161e5f4023 | |
parent | cabea695875e3a07313c205a9753c7416126dfa2 [diff] |
parport: fix memory leak After the reference count becomes 0 when put_device() is called, it will execute the release callback where we are freeing all the allocated memory associated with the device. We missed freeing par_dev->state. Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>