Skip to content
Commit c9c5d9fe authored by Roland Dreier's avatar Roland Dreier
Browse files

IB/mthca: Fix memory leak on modify_qp error paths



Some error paths after the mthca_alloc_mailbox() call in mthca_modify_qp()
just do a "return -EINVAL" without freeing the mailbox.  Convert these
returns to "goto out" to avoid leaking the mailbox storage.

Signed-off-by: default avatarRoland Dreier <rolandd@cisco.com>
parent 3463175d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment