Files
twx-linux/drivers/hid
Jiri Kosina 01f919ed97 HID: fix possible double-free on error path in hid parser
HID: fix possible double-free on error path in hid parser

Freeing of device->collection is properly done in hid_free_device() (as
this function is supposed to free all the device resources and could be
called from transport specific code, e.g. usb_hid_configure()).

Remove all kfree() calls preceeding the hid_free_device() call.

Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2007-03-09 10:50:25 -08:00
..
2007-01-04 11:43:35 +01:00
2006-12-08 10:43:20 -08:00