mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-04 09:44:26 +00:00
[libesl] Coverity 1024459 Missing unlock
This commit is contained in:
parent
47d87e37b6
commit
62ef2d4822
@ -1217,7 +1217,7 @@ ESL_DECLARE(esl_status_t) esl_recv_event_timed(esl_handle_t *handle, uint32_t ms
|
|||||||
status = ESL_BREAK;
|
status = ESL_BREAK;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (handle->mutex) esl_mutex_unlock(handle->mutex);
|
esl_mutex_unlock(handle->mutex);
|
||||||
|
|
||||||
return status;
|
return status;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user