From: Adam Sutton Date: Fri, 11 Apr 2014 22:47:55 +0000 (+0100) Subject: main: added tsfile_done() call X-Git-Tag: v4.1~2165 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=963ec83ce0c7a940df710853c5356a1caba68994;p=thirdparty%2Ftvheadend.git main: added tsfile_done() call --- diff --git a/src/main.c b/src/main.c index 18ed5146b..93b0beb5a 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()