commit | 0fbf8ed976af5bb43cf9cf2492161eb9688fee0c | [log] [tgz] |
---|---|---|
author | Jesper Juhl <jj@chaosbits.net> | Sun Jan 02 22:17:00 2011 +0100 |
committer | Jiri Kosina <jkosina@suse.cz> | Mon Jan 03 00:11:30 2011 +0100 |
tree | 186b2986bcbbbf97f49b1e2385880b84df9fd7d2 | |
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>