remove buggy pthread_mutex_unlock in event_handler (#1369)

pull/1372/head
Dean Lee 5 years ago committed by GitHub
parent 3b3cacfc52
commit a4ad9d1f46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      selfdrive/loggerd/encoder.c

@ -58,8 +58,6 @@ static OMX_ERRORTYPE event_handler(OMX_HANDLETYPE component, OMX_PTR app_data, O
break; break;
} }
pthread_mutex_unlock(&s->state_lock);
return OMX_ErrorNone; return OMX_ErrorNone;
} }

Loading…
Cancel
Save