diff --git a/apps/app_queue.c b/apps/app_queue.c index 8cc6cc1..8d8d784 100644 --- a/apps/app_queue.c +++ b/apps/app_queue.c @@ -5043,7 +5043,7 @@ static int try_calling(struct queue_ent *qe, const struct ast_flags opts, char * 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;