commit | 18eaf1f1959add9bbbfa5442fc5d9b59f7d4e1bd | [log] [tgz] |
---|---|---|
author | Roland Dreier <roland@purestorage.com> | Fri May 29 23:10:31 2015 -0700 |
committer | Doug Ledford <dledford@redhat.com> | Tue Jun 02 09:22:31 2015 -0400 |
tree | 59f5181b652e0425526622f81d820112ce22fe14 | |
parent | d655a9fbc8a51ac8d92db7ff5a599aab17dce3ca [diff] |
RDMA/ocrdma: Fix memory leak in _ocrdma_alloc_pd() If ocrdma_get_pd_num() fails, then we need to free the pd struct we allocated. This was detected by Coverity (CID 1271245). Signed-off-by: Roland Dreier <roland@purestorage.com> Acked-By: Devesh Sharma <devesh.sharma@avagotech.com> Signed-off-by: Doug Ledford <dledford@redhat.com>