Merged revisions 82238 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r82238 | russell | 2007-09-11 09:21:17 -0500 (Tue, 11 Sep 2007) | 2 lines

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

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@82239 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2007-09-11 14:25:20 +00:00
parent 02c8ceb4e5
commit 74044bbb88

View File

@@ -2623,6 +2623,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);