commit | f5b404317b79823ec643dfbb71d62f65a48cc178 | [log] [tgz] |
---|---|---|
author | Florin Malita <fmalita@gmail.com> | Thu Jul 19 15:58:09 2007 -0400 |
committer | Roland Dreier <rolandd@cisco.com> | Fri Jul 20 21:19:43 2007 -0700 |
tree | 9957a904999d4bea903653499af02affa1d8b609 | |
parent | c2e68052429fdf87702fccd272951282bef1c60a [diff] |
IB/mlx4: Fix leaks in __mlx4_ib_modify_qp Temporarily allocated struct mlx4_qp_context *context is leaked by several error paths. The patch takes advantage of the return value 'err' being preinitialized to -EINVAL. Spotted by Coverity (CID 1768). Signed-off-by: Florin Malita <fmalita@gmail.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>