Re: [PATCH] net: can: esd_usb2: fix memory leak on disconnect

2014-10-18 Thread Marc Kleine-Budde
On Sat, Oct 11, 2014 at 12:31:07AM +0400, Alexey Khoroshilov wrote: > It seems struct esd_usb2 dev is not deallocated on disconnect. > > The patch adds the deallocation. > > Found by Linux Driver Verification project (linuxtesting.org). > > Signed-off-by: Alexey Khoroshilov Applied to the can

Re: [PATCH] net: can: esd_usb2: fix memory leak on disconnect

2014-10-13 Thread Matthias Fuchs
Hi Alexey, On 10/10/2014 10:31 PM, Alexey Khoroshilov wrote: > It seems struct esd_usb2 dev is not deallocated on disconnect. > > The patch adds the deallocation. > > Found by Linux Driver Verification project (linuxtesting.org). > > Signed-off-by: Alexey Khoroshilov > --- > drivers/net/can/u

[PATCH] net: can: esd_usb2: fix memory leak on disconnect

2014-10-10 Thread Alexey Khoroshilov
It seems struct esd_usb2 dev is not deallocated on disconnect. The patch adds the deallocation. Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Alexey Khoroshilov --- drivers/net/can/usb/esd_usb2.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/ca