commit | 16d3659fcda922a31873e9e827b12c825b36fd11 | [log] [tgz] |
---|---|---|
author | Pekka Enberg <penberg@cs.helsinki.fi> | Tue Oct 28 00:14:38 2008 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Jan 06 13:51:44 2009 -0800 |
tree | fcd838edae81600573303a75411b3785b5db447b | |
parent | 3c01ec0d82885d4764d066c9a1e3a431e6fb0f04 [diff] |
Staging: w35und: plug memory leak in wbsoft_tx() There's no reason to duplicate the skb in wbsoft_tx() and leak GFP_ATOMIC memory as the contents are copied to ->TxBuffer in MdxTx() anyway before MLMESendFrame() returns. Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi> Acked-by: Pavel Machek <pavel@suse.cz> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>