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:
99ab3f9
)
usb: qcserial add missing errorpath kfrees
author
Steven Hardy
<shardy@redhat.com>
Mon, 4 Apr 2011 17:02:25 +0000
(18:02 +0100)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Wed, 13 Apr 2011 22:53:16 +0000
(15:53 -0700)
There are two -ENODEV error paths in qcprobe where the allocated private
data is not freed, this patch adds the two missing kfrees to avoid
leaking memory on the error path
Signed-off-by: Steven Hardy <shardy@redhat.com>
Cc: stable <stable@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found