mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-07 06:32:08 +08:00
exit camerad cleanly on PC (#2035)
old-commit-hash: 862259a94b6c6c8fa758c0656cbfbc9ec08d4f54
This commit is contained in:
@@ -1244,7 +1244,7 @@ void party(VisionState *s) {
|
||||
|
||||
zsock_signal(s->terminate_pub, 0);
|
||||
|
||||
#if !defined(QCOM2) && !defined(QCOM_REPLAY) && !defined(__APPLE__)
|
||||
#if (defined(QCOM) && !defined(QCOM_REPLAY)) || defined(WEBCAM)
|
||||
LOG("joining frontview_thread");
|
||||
err = pthread_join(frontview_thread_handle, NULL);
|
||||
assert(err == 0);
|
||||
|
||||
Reference in New Issue
Block a user