diff options
author | Jesper Juhl <jj@chaosbits.net> | 2011-01-02 16:17:00 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-01-02 18:11:30 -0500 |
commit | 0fbf8ed976af5bb43cf9cf2492161eb9688fee0c (patch) | |
tree | 186b2986bcbbbf97f49b1e2385880b84df9fd7d2 /Kbuild | |
parent | 86280a208825d55ba988420b6b0ed2d6b9ec80f8 (diff) |
HID: hid-picolcd: Fix memory leak in picolcd_debug_out_report()
We have a memory leak in drivers/hid/hid-picolcd.c::picolcd_debug_out_report()
in an error path.. We are not always freeing the memory allocated to
'buff' - this patch makes sure we always kfree() what we allocate with
kmalloc() when it is no longer needed.
Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Kbuild')
0 files changed, 0 insertions, 0 deletions