exit camerad cleanly on PC (#2035)

pull/2011/head
Adeeb Shihadeh 2020-08-16 16:11:09 -07:00 committed by GitHub
parent 70c7a72d4a
commit 862259a94b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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);