Skip to content
Snippets Groups Projects
Commit 3166b6da authored by Mark Michelson's avatar Mark Michelson
Browse files

Add missing unlock of local pvt.


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@198511 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 0550a878
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment