Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
destroy correctly the mtimer tick thread
  • Loading branch information
perexg committed Mar 8, 2016
1 parent c6fa901 commit 62d9242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Expand Up @@ -1289,7 +1289,7 @@ main(int argc, char **argv)
tasklet_flush();
tvhtrace("main", "tasklet leave");
tvhtrace("main", "mtimer tick thread join enter");
pthread_join(tasklet_tid, NULL);
pthread_join(mtimer_tick_tid, NULL);
tvhtrace("main", "mtimer tick thread join leave");

tvhftrace("main", dvb_done);
Expand Down

0 comments on commit 62d9242

Please sign in to comment.