Skip to content
Commit 767fe787 authored by Jiri Kosina's avatar Jiri Kosina
Browse files

HID: fix memleaking of collection



hid_free_device() doesn't free device->collection (but it does
free device->rdesc and device itself). This imposes memory leak.
Fix it.

Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 99abfeaf
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment