]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
crimson/net: fix memory leak
authorYingxin Cheng <yingxincheng@gmail.com>
Thu, 31 Jan 2019 07:48:24 +0000 (15:48 +0800)
committerYingxin Cheng <yingxincheng@gmail.com>
Tue, 12 Feb 2019 08:48:03 +0000 (16:48 +0800)
commitbe9a832ad9097df34f04bcd5feb740870337a22b
treed69919c8da6f0acc771dd0a321e60c7be55a6df0
parent676077919ae1b7917346118b4495ba5d8a67a3ff
crimson/net: fix memory leak

Do not enqueue sent before lossless policy implemented, it is causing
memory leak.

Signed-off-by: Yingxin Cheng <yingxincheng@gmail.com>
src/crimson/net/SocketConnection.cc