Fix: reception buffer of control connection is leaked
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 23 Jul 2019 20:45:48 +0000 (16:45 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 9 Aug 2019 15:28:43 +0000 (11:28 -0400)
commit35be817a5049575ed3169e12d840c44527a6f098
tree18f3e0169ce6d9ad53869598010de658c4b13451
parentf16edb77944b361ceaef95bf290d634231cf55b1
Fix: reception buffer of control connection is leaked

The reception buffers of control connections are not "reset" on
destruction, resulting in their underlying storage buffer being
leaked. The typical (observed) size of the leak is 8kb per control
connection.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-relayd/connection.c
This page took 0.02529 seconds and 4 git commands to generate.