remove buggy pthread_mutex_unlock in event_handler (#1369)

old-commit-hash: a4ad9d1f463743fd77c27bf5cc400c061f5ba1d6
This commit is contained in:
Dean Lee
2020-04-16 09:04:28 +08:00
committed by GitHub
parent 92e9839d62
commit cdda637936
-2
View File
@@ -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;
}