Re: [2.6 patch] drivers/net/tg3.c: fix a memory leak

2006-04-05 Thread David S. Miller
From: Adrian Bunk [EMAIL PROTECTED] Date: Tue, 4 Apr 2006 21:09:35 +0200 This patch fixes a memory leak (buf wasn't freed) spotted by the Coverity checker. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] Applied, thanks Adrian. - To unsubscribe from this list: send the line unsubscribe netdev

[2.6 patch] drivers/net/tg3.c: fix a memory leak

2006-04-04 Thread Adrian Bunk
This patch fixes a memory leak (buf wasn't freed) spotted by the Coverity checker. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- drivers/net/tg3.c | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) --- linux-2.6.17-rc1-mm1-full/drivers/net/tg3.c.old 2006-04-04