Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prov/tcp: Fix memory leak of dest_addr handling cm req
In tcpx_cm_recv_req, we duplicate the passive endpoint's fi_info structure. The dest_addr is then replaced without the original dup'ed address being freed. Free it first. Fixes asan memory leak report. Signed-off-by: Sean Hefty <sean.hefty@intel.com>
- Loading branch information