mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-14 04:41:26 +00:00
drivers/bluetooth/bpa10x.c: fix memleak
This patch fixea a memleak spotted by the Coverity checker. Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
91f5cca3d1
commit
cb7cd42930
@ -423,6 +423,7 @@ static int bpa10x_send_frame(struct sk_buff *skb)
|
||||
break;
|
||||
|
||||
default:
|
||||
usb_free_urb(urb);
|
||||
return -EILSEQ;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user