]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Fix FTBFS introduced by 86f3617c8972c5362e51cee7d34cc2d69d799126
authorMichael Marley <michael@michaelmarley.com>
Thu, 15 Sep 2022 10:49:46 +0000 (06:49 -0400)
committerFlole998 <Flole998@users.noreply.github.com>
Thu, 15 Sep 2022 11:30:12 +0000 (13:30 +0200)
src/input/mpegts/mpegts_input.c

index a89fc65edf3efb65eab8cb75c057462d36ff579f..f1475ff6ea9ac95de54dac82203edd70047205c4 100644 (file)
@@ -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",