mirror of
https://github.com/pikvm/ustreamer.git
synced 2025-12-23 18:50:00 +00:00
fix
This commit is contained in:
parent
55b6a3e933
commit
b5784149b2
@ -142,7 +142,7 @@ int main(int argc, char *argv[]) {
|
||||
if (unix_follow != NULL) {
|
||||
US_THREAD_CREATE(follower_tid, _follower_thread, unix_follow);
|
||||
}
|
||||
_main_loop(unix_follow);
|
||||
_main_loop();
|
||||
if (unix_follow != NULL) {
|
||||
US_THREAD_JOIN(follower_tid);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user