commit | 7a1f4e61eb6417aecd20822a5f15e72d21c7f3f9 | [log] [tgz] |
---|---|---|
author | Amitkumar Karwar <akarwar@marvell.com> | Fri Jan 30 00:40:05 2015 -0800 |
committer | Kalle Valo <kvalo@codeaurora.org> | Tue Feb 03 15:28:53 2015 +0200 |
tree | e53cfddb7b51c27ce9c58484831e9dbe7fb3b11d | |
parent | ee6f0dd8a836311883fedfe060f23e0da2176950 [diff] |
mwifiex: fix memory leak in mwifiex_send_processed_packet() Memory is leaked after downloading already processed packet. This patch fixes the problem by freeing returned skb. Other transmit paths don't have this problem. Signed-off-by: Amitkumar Karwar <akarwar@marvell.com> Signed-off-by: Cathy Luo <cluo@marvell.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>