Re: [irda-users] [PATCH] mcs7780 needs to free allocated rx buffer

2007-10-12 Thread Samuel Ortiz
Hi Hinko, On Fri, Oct 12, 2007 at 02:36:46PM +0200, [EMAIL PROTECTED] wrote: > Hi, > > While testing the mcs7780 based IrDA USB dongle I've stumbled upon > memory leak in mcs_net_close(). Patch below fixes it. Thanks for the fix. Applied to my local git, will push forward. Cheers, Samuel. >

[PATCH] mcs7780 needs to free allocated rx buffer

2007-10-12 Thread [EMAIL PROTECTED]
Hi, While testing the mcs7780 based IrDA USB dongle I've stumbled upon memory leak in mcs_net_close(). Patch below fixes it. Signed-off-by: Hinko Kocevar <[EMAIL PROTECTED]> Best regards, Hinko --- linux-2.6.23/drivers/net/irda/mcs7780.c.orig2007-10-12 14:02:55.0 +0200

[PATCH] mcs7780 needs to free allocated rx buffer

2007-10-12 Thread [EMAIL PROTECTED]
Hi, While testing the mcs7780 based IrDA USB dongle I've stumbled upon memory leak in mcs_net_close(). Patch below fixes it. Signed-off-by: Hinko Kocevar [EMAIL PROTECTED] Best regards, Hinko --- linux-2.6.23/drivers/net/irda/mcs7780.c.orig2007-10-12 14:02:55.0 +0200

Re: [irda-users] [PATCH] mcs7780 needs to free allocated rx buffer

2007-10-12 Thread Samuel Ortiz
Hi Hinko, On Fri, Oct 12, 2007 at 02:36:46PM +0200, [EMAIL PROTECTED] wrote: Hi, While testing the mcs7780 based IrDA USB dongle I've stumbled upon memory leak in mcs_net_close(). Patch below fixes it. Thanks for the fix. Applied to my local git, will push forward. Cheers, Samuel.