diff --git a/channels/chan_local.c b/channels/chan_local.c index b87b35659a..3ba617f10a 100644 --- a/channels/chan_local.c +++ b/channels/chan_local.c @@ -237,6 +237,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; }