]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Bluetooth: btusb: Fix memory leak in Intel setup routine
authorMarcel Holtmann <marcel@holtmann.org>
Sun, 7 Jun 2015 07:42:19 +0000 (09:42 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 3 Aug 2015 16:28:58 +0000 (09:28 -0700)
commita5b637f8893adb8ccd17f6f92158241e8537aba8
tree8d0b37cd5442ae9240fad1423afb2a298cc6ab2b
parent2bd8b830dafea36e902518dd4be77e9432634c2d
Bluetooth: btusb: Fix memory leak in Intel setup routine

commit ecffc80478cdce122f0ecb6a4e4f909132dd5c47 upstream.

The SKB returned from the Intel specific version information command is
missing a kfree_skb.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/bluetooth/btusb.c