src.ctf.lttng-live: add lttng_live_session destructor
authorSimon Marchi <simon.marchi@efficios.com>
Thu, 7 Dec 2023 05:24:55 +0000 (05:24 +0000)
committerSimon Marchi <simon.marchi@efficios.com>
Wed, 17 Apr 2024 17:57:53 +0000 (13:57 -0400)
commitc28da405b62fd9346c0e3d6f9c5e55a301be0394
treeb0b877ce404b5e9f2d54052e51c82404d0373342
parent220476b85f14c63ae8f8dbf26bb79ca7bdbdd2f0
src.ctf.lttng-live: add lttng_live_session destructor

Convert lttng_live_destroy_session to a destructor.  Add a new
lttng_live_destroy_session function that calls delete, it's still needed
for the GPtrArray (which will be removed in a subsequent patch).

Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Change-Id: Icb2d9c33fb3591e206698b37c9d658ff731184ad
Reviewed-on: https://review.lttng.org/c/babeltrace/+/8466
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/12381
Tested-by: jenkins <jenkins@lttng.org>
src/plugins/ctf/lttng-live/lttng-live.cpp
src/plugins/ctf/lttng-live/lttng-live.hpp
This page took 0.023997 seconds and 4 git commands to generate.