In the Linux kernel, the following vulnerability has been resolved:
HID: hyperv: fix possible memory leak in mousevsc_probe()
If hidadddevice() returns error, it should call hiddestroydevice() to free hiddev which is allocated in hidallocate_device().