From: Jaroslav Kysela Date: Wed, 17 Feb 2016 07:58:54 +0000 (+0100) Subject: main: move hts_settings_done at the end of the shutdown sequence X-Git-Tag: v4.2.1~1020 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=88ab5c60bd7dc1fd7bcc75ec4fbb14b97c1b682d;p=thirdparty%2Ftvheadend.git main: move hts_settings_done at the end of the shutdown sequence --- diff --git a/src/main.c b/src/main.c index fcda4838a..acf34b8ca 100644 --- a/src/main.c +++ b/src/main.c @@ -1163,7 +1163,6 @@ main(int argc, char **argv) tasklet_flush(); tvhtrace("main", "tasklet leave"); - tvhftrace("main", hts_settings_done); tvhftrace("main", dvb_done); tvhftrace("main", lang_str_done); tvhftrace("main", esfilter_done); @@ -1178,6 +1177,7 @@ main(int argc, char **argv) tvhlog_end(); tvhftrace("main", config_done); + tvhftrace("main", hts_settings_done); if(opt_fork) unlink(opt_pidpath);