From 963ec83ce0c7a940df710853c5356a1caba68994 Mon Sep 17 00:00:00 2001 From: Adam Sutton Date: Fri, 11 Apr 2014 23:47:55 +0100 Subject: [PATCH] main: added tsfile_done() call --- src/main.c | 3 +++ 1 file changed, 3 insertions(+) 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()