From: Pekka Enberg Date: Mon, 27 Oct 2008 22:14:38 +0000 (+0200) Subject: Staging: w35und: plug memory leak in wbsoft_tx() X-Git-Tag: v2.6.29-rc1~228^2~215 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16d3659fcda922a31873e9e827b12c825b36fd11;p=pandora-kernel.git 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 Acked-by: Pavel Machek Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed