mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-20 02:04:54 +00:00
[mod_loopback] coverity CID 1024455 (Missing unlock)
This commit is contained in:
parent
eb59ea0e46
commit
142da7c9bd
@ -772,10 +772,6 @@ static switch_status_t channel_read_frame(switch_core_session_t *session, switch
|
||||
|
||||
end:
|
||||
|
||||
if (mutex) {
|
||||
switch_mutex_unlock(mutex);
|
||||
}
|
||||
|
||||
return status;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user