Memory leak in UCXBufferCommunicator
Opened this issue · 2 comments
nsakharnykh commented
UCXBufferCommunicator
allocates buffers for count
and recv_buffer
used in callbacks but never frees them. Although these buffers are small (8 bytes each), we should consider making it clean.
nsakharnykh commented