From: Jouni Malinen Date: Mon, 20 Mar 2006 03:21:49 +0000 (-0800) Subject: [PATCH] hostap: Fix memory leak on PCI probe error path X-Git-Tag: v2.6.17-rc1~994^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9320199957cebc39ccef372fa1fccf5ba3d3fd7d;p=pandora-kernel.git [PATCH] hostap: Fix memory leak on PCI probe error path The Coverity checker (CID: 659, 660) spotted this resource leak on PCI probe error path. Free private data structure if pci_enable_device() fails. Signed-off-by: Jouni Malinen Signed-off-by: John W. Linville --- Reading git-diff-tree failed