Re: [PATCH 2/4] iw: Avoid possible memory leak for cb. cb got memory from nl_cb_alloc() but not doing free

2015-08-13 Thread Johannes Berg
On Fri, 2015-06-26 at 09:10 +, Amit Khatri wrote: Hi Johannes, Subject: [PATCH 2/4] iw: Avoid possible memory leak for cb. cb got memory from nl_cb_alloc() but not doing free Please fix your submission process to not mangle patches. I've applied patch 1 in this series and fixed it up

[PATCH 2/4] iw: Avoid possible memory leak for cb. cb got memory from nl_cb_alloc() but not doing free

2015-06-26 Thread Amit Khatri
Hi Johannes, Subject: [PATCH 2/4] iw: Avoid possible memory leak for cb. cb got memory from nl_cb_alloc() but not doing free Signed-off-by: Amit Khatri amit.kha...@samsung.com Signed-off-by: Rahul Jain rahul.j...@samsung.com --- iw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff