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:
cabea69
)
parport: fix memory leak
author
Sudip Mukherjee
<sudipm.mukherjee@gmail.com>
Mon, 15 Jun 2015 14:35:50 +0000
(20:05 +0530)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Thu, 23 Jul 2015 04:15:49 +0000
(21:15 -0700)
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>
drivers/parport/share.c
patch
|
blob
|
history
diff --cc
drivers/parport/share.c
Simple merge