commit | 44e936d7459cac598d9fe0b6d23cc9d12b648d5e | [log] [tgz] |
---|---|---|
author | Muhammad Usama Anjum <musamaanjum@gmail.com> | Tue Apr 13 22:52:08 2021 +0500 |
committer | Marcel Holtmann <marcel@holtmann.org> | Sat Jun 26 07:12:25 2021 +0200 |
tree | 6c467228768b82a2038486f039afdbbacf8f9317 | |
parent | 393dc5d19c825906f955210f10ee3befc39854f7 [diff] |
Bluetooth: btusb: fix memory leak If btusb_mtk_submit_wmt_recv_urb returns error, wc should be freed and then error should be returned to prevent memory leak. Addresses-Coverity: ("Prevent memory leak") Fixes: 4cbb375e997d ("Bluetooth: btusb: Fixed too many in-token issue for Mediatek Chip.") Signed-off-by: Muhammad Usama Anjum <musamaanjum@gmail.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>