From: Dan Carpenter Date: Fri, 14 May 2010 14:52:37 +0000 (+0200) Subject: ath9k_htc: rare leak in ath9k_hif_usb_alloc_tx_urbs() X-Git-Tag: v2.6.35-rc1~260^2~6^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7606688afc767c0b94bb2d79512affe3ba1264ce;p=pandora-kernel.git ath9k_htc: rare leak in ath9k_hif_usb_alloc_tx_urbs() This is obviously a small picky thing. The original error handling code doesn't free the most recent allocations which haven't been added to the hif_dev->tx.tx_buf list yet. Signed-off-by: Dan Carpenter Acked-by: Sujith Signed-off-by: John W. Linville --- Reading git-diff-tree failed