diff options
author | Jubin John <[email protected]> | 2016-04-20 06:05:24 -0700 |
---|---|---|
committer | Doug Ledford <[email protected]> | 2016-04-28 16:32:27 -0400 |
commit | ea0e4ce3bcccef360e1aa69d17a210d1221ab80c (patch) | |
tree | bd953d1fb81e220892cb3421f811b4f68f4b10f4 /lib/debugobjects.c | |
parent | e88c9271d9f8db79d8104f7f7bd14cb8d88cc187 (diff) |
IB/rdmavt,hfi1,qib: Fix memory leak
rdi->ports has memory allocated in rvt_alloc_device(), but does not get
freed because the hfi1 and qib drivers drivers call ib_dealloc_device()
directly instead of going through rdmavt. Add a rvt_dealloc_device()
that frees rdi->ports and then calls ib_dealloc_device(). Switch hfi1
and qib drivers to calling rvt_dealloc_device() instead of
ib_dealloc_device() directly.
Reviewed-by: Dennis Dalessandro <[email protected]>
Reviewed-by: Brian Welty <[email protected]>
Signed-off-by: Jubin John <[email protected]>
Reviewed-by: Leon Romanovsky <[email protected]>
Signed-off-by: Doug Ledford <[email protected]>
Diffstat (limited to 'lib/debugobjects.c')
0 files changed, 0 insertions, 0 deletions