Bluetooth: btusb: fix memory leak on fw
authorColin Ian King <colin.king@canonical.com>
Fri, 29 Nov 2019 17:36:35 +0000 (17:36 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 11 Feb 2020 12:35:09 +0000 (04:35 -0800)
commit1bfecb50771d649d27836f269c3a34cc25121a6b
treebb14faa8f7b44399c7a3c48735e27cfb63c22033
parent21780d1fd65b8dd4dbc1c2e4d721413430b1618a
Bluetooth: btusb: fix memory leak on fw

commit 3168c19d7eb17a0108a3b60ad8e8c1b18ea05c63 upstream.

Currently the error return path when the call to btusb_mtk_hci_wmt_sync
fails does not free fw.  Fix this by returning via the error_release_fw
label that performs the free'ing.

Addresses-Coverity: ("Resource leak")
Fixes: a1c49c434e15 ("Bluetooth: btusb: Add protocol support for MediaTek MT7668U USB devices")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/bluetooth/btusb.c