mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user