]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
main: shuffle streaming done (for memoryinfo - idnode_unlink)
authorJaroslav Kysela <perex@perex.cz>
Mon, 5 Dec 2016 10:02:39 +0000 (11:02 +0100)
committerJaroslav Kysela <perex@perex.cz>
Mon, 5 Dec 2016 10:02:39 +0000 (11:02 +0100)
src/main.c

index cdec71406bffa311e5e92cb9c34c2f541cc58940..5c4a695ebe02883cf0ccf29045d3f5b0bae24f2d 100644 (file)
@@ -1348,6 +1348,7 @@ main(int argc, char **argv)
   tvhftrace(LS_MAIN, profile_done);
   tvhftrace(LS_MAIN, intlconv_done);
   tvhftrace(LS_MAIN, urlparse_done);
+  tvhftrace(LS_MAIN, streaming_done);
   tvhftrace(LS_MAIN, idnode_done);
   tvhftrace(LS_MAIN, notify_done);
   tvhftrace(LS_MAIN, spawn_done);
@@ -1355,7 +1356,6 @@ main(int argc, char **argv)
   tvhlog(LOG_NOTICE, LS_STOP, "Exiting HTS Tvheadend");
   tvhlog_end();
 
-  tvhftrace(LS_MAIN, streaming_done);
   tvhftrace(LS_MAIN, config_done);
   tvhftrace(LS_MAIN, hts_settings_done);