Przeglądaj źródła

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 lat temu
rodzic
commit
cb7cd42930
1 zmienionych plików z 1 dodań i 0 usunięć
  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;
 	}
 	}