mirror of
https://github.com/ceph/ceph
synced 2024-12-19 01:46:00 +00:00
Merge pull request #13101 from Adirl/fix_mem_leak
msg/async/rdma: Fix memory leak of OSD Reviewed-by: Haomai Wang <haomai@xsky.com>
This commit is contained in:
commit
8548eda47b
@ -122,7 +122,7 @@ void RDMADispatcher::polling()
|
||||
dead_queue_pairs.pop_back();
|
||||
}
|
||||
}
|
||||
// handle_async_event();
|
||||
handle_async_event();
|
||||
if (done)
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user