diff options
author | Sudip Mukherjee <sudipm.mukherjee@gmail.com> | 2016-11-10 22:11:59 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-11-29 20:25:34 +0100 |
commit | 2bd362d5f45c17f3a41b3ab04e71508ffd3f48c5 (patch) | |
tree | 911516ca1d0a07f183893ab4c0f29a3cf8827efc /REPORTING-BUGS | |
parent | 9ff2007bea1f1bfc53ac0bc7ccf8200bb275fd52 (diff) |
ppdev: fix memory leak
The variable name was only released if parport_register_dev_model()
fails. Now that we are using the device-model the parport driver
will duplicate the name and use it. So we can release the variable
after the device has been registered with the parport.
Suggested-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'REPORTING-BUGS')
0 files changed, 0 insertions, 0 deletions