[mod_verto] scan-build: Value stored to 'status' is never read - verto_read_text_frame()

This commit is contained in:
Dragos Oancea 2020-02-25 21:45:38 +00:00
parent 42d3100609
commit ba0221ff09
1 changed files with 1 additions and 1 deletions

View File

@ -5287,7 +5287,7 @@ static switch_status_t verto_read_text_frame(switch_core_session_t *session, swi
switch_mutex_lock(tech_pvt->text_cond_mutex);
status = switch_thread_cond_timedwait(tech_pvt->text_cond, tech_pvt->text_cond_mutex, 100000);
switch_thread_cond_timedwait(tech_pvt->text_cond, tech_pvt->text_cond_mutex, 100000);
switch_mutex_unlock(tech_pvt->text_cond_mutex);
*frame = &tech_pvt->text_read_frame;