Add a missing unref of a queue member in an error handling block

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@82238 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.4
Russell Bryant 19 years ago
parent ffa6e7123b
commit aa3a71d3bf

@ -2488,6 +2488,7 @@ static int try_calling(struct queue_ent *qe, const char *options, char *announce
struct callattempt *tmp = ast_calloc(1, sizeof(*tmp));
if (!tmp) {
ao2_ref(cur, -1);
ast_mutex_unlock(&qe->parent->lock);
if (use_weight)
AST_LIST_UNLOCK(&queues);

Loading…
Cancel
Save