Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
main: move hts_settings_done at the end of the shutdown sequence
  • Loading branch information
perexg committed Feb 17, 2016
1 parent d5de73a commit 88ab5c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Expand Up @@ -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);
Expand All @@ -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);
Expand Down

0 comments on commit 88ab5c6

Please sign in to comment.