git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f7ecdf
)
[PATCH] hostap: Fix memory leak on PCI probe error path
author
Jouni Malinen
<jkmaline@cc.hut.fi>
Mon, 20 Mar 2006 03:21:49 +0000
(19:21 -0800)
committer
John W. Linville
<linville@tuxdriver.com>
Thu, 23 Mar 2006 21:16:58 +0000
(16:16 -0500)
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 <jkmaline@cc.hut.fi>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
No differences found