浏览代码

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>
Adrian Bunk 17 年之前
父节点
当前提交
cb7cd42930
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/bluetooth/bpa10x.c

+ 1 - 0
drivers/bluetooth/bpa10x.c

@@ -423,6 +423,7 @@ static int bpa10x_send_frame(struct sk_buff *skb)
 		break;
 		break;
 
 
 	default:
 	default:
+		usb_free_urb(urb);
 		return -EILSEQ;
 		return -EILSEQ;
 	}
 	}