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>
Thu, 5 Sep 2019 20:39:14 +0000 (16:39 -0400)
commite9b7c75317d46e1c4f8fb93afbb6ae6ed7672179
tree3cb91078b8a5e1d6c9fe99bb73177a5d07a83c0b
parent26603837153339dee6b900379e4d2c8f5e61ec93
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.024786 seconds and 4 git commands to generate.