Add missing unlock of local pvt.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@198511 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Michelson 2009-06-01 14:19:49 +00:00
parent 0550a878f4
commit 3166b6dac9
1 changed files with 2 additions and 0 deletions

View File

@ -438,6 +438,8 @@ static int local_indicate(struct ast_channel *ast, int condition, const void *da
if (!(res = local_queue_frame(p, isoutbound, &f, ast, 1))) {
ast_mutex_unlock(&p->lock);
}
} else {
ast_mutex_unlock(&p->lock);
}
} else {
/* Queue up a frame representing the indication as a control frame */