From: Michael Marley Date: Thu, 15 Sep 2022 10:49:46 +0000 (-0400) Subject: Fix FTBFS introduced by 86f3617c8972c5362e51cee7d34cc2d69d799126 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4741b3c1901d4c998b1c5ef7c777728b4827e828;p=thirdparty%2Ftvheadend.git Fix FTBFS introduced by 86f3617c8972c5362e51cee7d34cc2d69d799126 --- diff --git a/src/input/mpegts/mpegts_input.c b/src/input/mpegts/mpegts_input.c index a89fc65ed..f1475ff6e 100644 --- a/src/input/mpegts/mpegts_input.c +++ b/src/input/mpegts/mpegts_input.c @@ -822,7 +822,7 @@ mpegts_input_open_cat_monitor ( mpegts_mux_t *mm, mpegts_service_t *s ) { if (s->s_cat_mon) - mpegts_table_destroy(s_cat_mon); + mpegts_table_destroy(s->s_cat_mon); s->s_cat_mon = mpegts_table_add(mm, DVB_CAT_BASE, DVB_CAT_MASK, mpegts_input_cat_pass_callback, s, "cat",