mirror of
https://github.com/torvalds/linux.git
synced 2024-11-06 12:11:59 +00:00
Bluetooth: hidp: Fix memory leak of cached report descriptor
Free the cached HID report descriptor on thread terminate. Signed-off-by: Peter Hurley <peter@hurleysoftware.com> Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
This commit is contained in:
parent
e9d5cb541b
commit
1c97e94c0b
@ -764,6 +764,7 @@ static int hidp_session(void *arg)
|
|||||||
|
|
||||||
up_write(&hidp_session_sem);
|
up_write(&hidp_session_sem);
|
||||||
|
|
||||||
|
kfree(session->rd_data);
|
||||||
kfree(session);
|
kfree(session);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user