commit | ee30cb5b0b65392843cc3beaba48160ee4a3764e | [log] [tgz] |
---|---|---|
author | Roland Dreier <rolandd@cisco.com> | Thu Sep 28 10:44:07 2006 -0700 |
committer | Roland Dreier <rolandd@cisco.com> | Thu Sep 28 10:44:07 2006 -0700 |
tree | c996c2327d3986d2a06e3a1352aa8774394aadca | |
parent | 44334bd97e76662c5f40c629357e6acc4dee3e8a [diff] |
RDMA/amso1100: Fix memory leak in c2_reg_phys_mr() If the allocation of mr fails, then c2_reg_phys_mr() leaks the page_list array it allocated earlier. This was Coverity CID #1413. Signed-off-by: Roland Dreier <rolandd@cisco.com>