]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Fix exception path typo in app_queue.c try_calling().
authorRichard Mudgett <rmudgett@digium.com>
Fri, 7 Sep 2012 21:48:02 +0000 (21:48 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Fri, 7 Sep 2012 21:48:02 +0000 (21:48 +0000)
(closes issue ASTERISK-20380)
Reported by: Jeremy Pepper
Patches:
      fix-local-channel-locking.patch (license #6350) patch uploaded by Jeremy Pepper

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@372624 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_queue.c

index 89551e5e63fcd53c680c94cdc3a683ef9ac14274..32e2e54d4f21510f6da862d7d497a56fb378192f 100644 (file)
@@ -4543,7 +4543,7 @@ static int try_calling(struct queue_ent *qe, const char *options, char *announce
                                callattempt_free(tmp);
                                ao2_ref(cur, -1);
                                ao2_iterator_destroy(&memi);
-                               ao2_unlock(&qe->parent);
+                               ao2_unlock(qe->parent);
                                goto out;
                        }
                        datastore->data = dialed_interfaces;