Fix a bug causing magiskhide CLI freezing

This commit is contained in:
topjohnwu
2018-11-13 02:22:55 -05:00
parent ef40c1212e
commit 89e0be0099
4 changed files with 9 additions and 5 deletions
+1
View File
@@ -200,4 +200,5 @@ void proc_monitor() {
if (fork_dont_care() == 0)
hide_daemon(pid);
}
pthread_exit(nullptr);
}