]> Git Repo - linux.git/commit
parport: fix memory leak
authorSudip Mukherjee <[email protected]>
Mon, 15 Jun 2015 14:35:50 +0000 (20:05 +0530)
committerGreg Kroah-Hartman <[email protected]>
Thu, 23 Jul 2015 04:15:49 +0000 (21:15 -0700)
commit23c405912b881e3ca516554efde852c2ad550b31
treef95608e2c89e0e3c1203926aaab3a2161e5f4023
parentcabea695875e3a07313c205a9753c7416126dfa2
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 <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/parport/share.c
This page took 0.092634 seconds and 4 git commands to generate.