diff --git a/channels/chan_local.c b/channels/chan_local.c index aa81af51c1..9c2f7e6006 100644 --- a/channels/chan_local.c +++ b/channels/chan_local.c @@ -204,6 +204,9 @@ static int local_queue_frame(struct local_pvt *p, int isoutbound, struct ast_fra return and destroy p. */ ast_mutex_unlock(&p->lock); p = local_pvt_destroy(p); + if (other) { + ast_channel_unlock(other); + } return -1; }