From b58ffca50742350f05978fe1e698da4e452d8176 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Mon, 14 Aug 2023 05:44:26 -0700 Subject: modules/rtv: add blurb about tokchannels leak Not bothering with fixing this because rtv needs its channels setup redone altogether to better resemble something like rkt::scenes, but allowing partial specification of the settings as a means of controlling specific settings while randomizing the rest. --- src/modules/rtv/rtv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/modules/rtv/rtv.c b/src/modules/rtv/rtv.c index 5853296..14bc09b 100644 --- a/src/modules/rtv/rtv.c +++ b/src/modules/rtv/rtv.c @@ -518,7 +518,7 @@ static int rtv_setup(const til_settings_t *settings, til_setting_t **res_setting til_get_modules(&modules, &n_modules); - tokchannels = strdup(channels); + tokchannels = strdup(channels); /* TODO FIXME: this is getting leaked currently */ if (!tokchannels) { til_setup_free(&setup->til_setup); -- cgit v1.2.1