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:
5a02ab7
)
SUNRPC: Remove resource leak in svc_rdma_send_error()
author
Jesper Juhl
<jj@chaosbits.net>
Sat, 22 Jan 2011 21:40:20 +0000
(22:40 +0100)
committer
J. Bruce Fields
<bfields@redhat.com>
Thu, 17 Mar 2011 18:38:03 +0000
(14:38 -0400)
We leak the memory allocated to 'ctxt' when we return after
'ib_dma_mapping_error()' returns !=0.
Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
No differences found