]> git.baikalelectronics.ru Git - kernel.git/commit
HID: hyperv: fix possible memory leak in mousevsc_probe()
authorYang Yingliang <yangyingliang@huawei.com>
Fri, 28 Oct 2022 13:40:43 +0000 (21:40 +0800)
committerJiri Kosina <jkosina@suse.cz>
Wed, 2 Nov 2022 13:34:56 +0000 (14:34 +0100)
commit9bdc165497ae6c5075c8a804d8a7943f7502976b
tree2091512f1209924c958b98a677a4b129270152c4
parente3f1a13334c236c358e82afe23dc7a6488ff0c0a
HID: hyperv: fix possible memory leak in mousevsc_probe()

If hid_add_device() returns error, it should call hid_destroy_device()
to free hid_dev which is allocated in hid_allocate_device().

Fixes: 05eadf193372 ("HID: hv_mouse: Properly add the hid device")
Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
Reviewed-by: Wei Liu <wei.liu@kernel.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-hyperv.c