diff --git a/src/main.c b/src/main.c index 18ed5146..93b0beb5 100644 --- a/src/main.c +++ b/src/main.c @@ -846,6 +846,9 @@ main(int argc, char **argv) #if ENABLE_LINUXDVB tvhftrace("main", linuxdvb_done); #endif +#if ENABLE_TSFILE + tvhftrace("main", tsfile_done); +#endif // Note: the locking is obviously a bit redundant, but without // we need to disable the gtimer_arm call in epg_save()