Matthieu CASTET 4c7b417ecb 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>
2012-07-20 10:02:23 +02:00
..
2012-02-28 13:37:12 +01:00
2012-01-02 13:04:55 +01:00
2012-01-02 13:04:55 +01:00
2012-05-16 21:42:16 +02:00
2012-07-20 10:02:23 +02:00