]> Gentwo Git Trees - linux/.git/commit
HID: uclogic: Fix potential memory leak in error path
authorAbdun Nihaal <nihaal@cse.iitm.ac.in>
Mon, 10 Nov 2025 17:29:41 +0000 (22:59 +0530)
committerJiri Kosina <jkosina@suse.com>
Tue, 18 Nov 2025 17:08:20 +0000 (18:08 +0100)
commita78eb69d60ce893de48dd75f725ba21309131fc2
tree947cda31a703d54a547e9b52edde47cbb9601c94
parent8513c154f8ad7097653dd9bf43d6155e5aad4ab3
HID: uclogic: Fix potential memory leak in error path

In uclogic_params_ugee_v2_init_event_hooks(), the memory allocated for
event_hook is not freed in the next error path. Fix that by freeing it.

Fixes: a251d6576d2a ("HID: uclogic: Handle wireless device reconnection")
Signed-off-by: Abdun Nihaal <nihaal@cse.iitm.ac.in>
Signed-off-by: Jiri Kosina <jkosina@suse.com>
drivers/hid/hid-uclogic-params.c