mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-15 14:36:45 +00:00
[libesl] Coverity 1024459 Missing unlock
This commit is contained in:
parent
6806da4f18
commit
b00bfb1de4
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user