commit | 4c7b417ecb756e85dfc955b0e7a04fd45585533e | [log] [tgz] |
---|---|---|
author | Matthieu CASTET <matthieu.castet@parrot.com> | Thu Jun 28 16:51:56 2012 +0200 |
committer | Jiri Kosina <jkosina@suse.cz> | Fri Jul 20 10:02:23 2012 +0200 |
tree | 80216412bf1cec71d59afde230049811fe2fb021 | |
parent | 61c901c56905256a4a4d7c2af92d66200a2ee7f2 [diff] |
HID: hidraw: fix list->buffer memleak If we don't read fast enough hidraw device, hidraw_report_event will cycle and we will leak list->buffer. Also list->buffer are not free on release. After this patch, kmemleak report nothing. Signed-off-by: Matthieu CASTET <matthieu.castet@parrot.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>