mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-29 01:51:32 +00:00
[Core] Fix missing mutex unlock in switch_ivr_dmachine_ping()
This commit is contained in:
parent
02c25a24a4
commit
6c97e3b0f4
@ -546,6 +546,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_dmachine_ping(switch_ivr_dmachine_t *
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (dmachine->pinging) {
|
if (dmachine->pinging) {
|
||||||
|
switch_mutex_unlock(dmachine->mutex);
|
||||||
return SWITCH_STATUS_BREAK;
|
return SWITCH_STATUS_BREAK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user