Re: [PATCH] staging: wilc1000: fix memory leak on mgmt_tx on error return path

2015-10-10 Thread Sudip Mukherjee
On Fri, Oct 09, 2015 at 12:11:33PM +0100, Colin King wrote: > From: Colin Ian King > > Static analysis with cppcheck found the following memory leak: > > [drivers/staging/wilc1000/linux_mon.c:255]: (error) Memory leak: mgmt_tx > > Free mgmt_tx on the error return path when mgmt_tx->buff fails t

[PATCH] staging: wilc1000: fix memory leak on mgmt_tx on error return path

2015-10-09 Thread Colin King
From: Colin Ian King Static analysis with cppcheck found the following memory leak: [drivers/staging/wilc1000/linux_mon.c:255]: (error) Memory leak: mgmt_tx Free mgmt_tx on the error return path when mgmt_tx->buff fails to be allocated. Signed-off-by: Colin Ian King --- drivers/staging/wilc1