mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-08-05 16:25:41 +08:00
remove buggy pthread_mutex_unlock in event_handler (#1369)
This commit is contained in:
@@ -58,8 +58,6 @@ static OMX_ERRORTYPE event_handler(OMX_HANDLETYPE component, OMX_PTR app_data, O
|
||||
break;
|
||||
}
|
||||
|
||||
pthread_mutex_unlock(&s->state_lock);
|
||||
|
||||
return OMX_ErrorNone;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user