Re: [net-next:master 209/235] drivers/net/usb/smsc95xx.c:1134:39-50: ERROR: reference preceded by free on line 1136

2012-11-08 Thread Fengguang Wu
Julia, On Thu, Nov 08, 2012 at 09:08:04AM +0100, Julia Lawall wrote: > It's a false positive because check_warn_return does a return. Right. > But I wonder if there is a way that we can encourage people not to > do things like that? Well I suspect the memory leak bug 06a221be0 tries to fix

Re: [net-next:master 209/235] drivers/net/usb/smsc95xx.c:1134:39-50: ERROR: reference preceded by free on line 1136

2012-11-08 Thread Fengguang Wu
Julia, On Thu, Nov 08, 2012 at 09:08:04AM +0100, Julia Lawall wrote: It's a false positive because check_warn_return does a return. Right. But I wonder if there is a way that we can encourage people not to do things like that? Well I suspect the memory leak bug 06a221be0 tries to fix might