[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <200802050747.m157lv5j010452@imap1.linux-foundation.org>
Date: Mon, 04 Feb 2008 23:48:16 -0800
From: akpm@...ux-foundation.org
To: marcel@...tmann.org
Cc: netdev@...r.kernel.org, akpm@...ux-foundation.org, bunk@...nel.org
Subject: [patch 3/7] drivers/bluetooth/bpa10x.c: fix memleak
From: Adrian Bunk <bunk@...nel.org>
This patch fixea a memleak spotted by the Coverity checker.
Signed-off-by: Adrian Bunk <bunk@...nel.org>
Signed-off-by: Andrew Morton <akpm@...ux-foundation.org>
---
drivers/bluetooth/bpa10x.c | 1 +
1 file changed, 1 insertion(+)
diff -puN drivers/bluetooth/bpa10x.c~drivers-bluetooth-bpa10xc-fix-memleak drivers/bluetooth/bpa10x.c
--- a/drivers/bluetooth/bpa10x.c~drivers-bluetooth-bpa10xc-fix-memleak
+++ a/drivers/bluetooth/bpa10x.c
@@ -423,6 +423,7 @@ static int bpa10x_send_frame(struct sk_b
break;
default:
+ usb_free_urb(urb);
return -EILSEQ;
}
_
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists