[libesl] Coverity 1024459 Missing unlock

This commit is contained in:
Andrey Volk 2025-01-31 17:54:59 +03:00
parent 6806da4f18
commit b00bfb1de4

View File

@ -1217,7 +1217,7 @@ ESL_DECLARE(esl_status_t) esl_recv_event_timed(esl_handle_t *handle, uint32_t ms
status = ESL_BREAK;
}
if (handle->mutex) esl_mutex_unlock(handle->mutex);
esl_mutex_unlock(handle->mutex);
return status;