exit camerad cleanly on PC (#2035)

old-commit-hash: 862259a94b
commatwo_master
Adeeb Shihadeh 5 years ago committed by GitHub
parent 68fc79ac93
commit 44467a376f
  1. 2
      selfdrive/camerad/main.cc

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

Loading…
Cancel
Save