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:
1989191
)
IPoIB: Fix leak in ipoib_transport_dev_init() error path
author
Jack Morgenstein
<jackm@dev.mellanox.co.il>
Mon, 6 Aug 2007 14:09:09 +0000
(17:09 +0300)
committer
Roland Dreier
<rolandd@cisco.com>
Tue, 7 Aug 2007 19:40:56 +0000
(12:40 -0700)
ipoib_transport_dev_init() calls ipoib_cm_dev_init(), so it needs to
call ipoib_cm_dev_cleanup() to unwind that on the error path.
Found by Dotan Barak of Mellanox.
Signed-off-by: Jack Morgenstein <jackm@dev.mellanox.co.il>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
No differences found