diff --git a/apps/app_queue.c b/apps/app_queue.c index 06e5fc861f..d6b5a16631 100644 --- a/apps/app_queue.c +++ b/apps/app_queue.c @@ -5054,7 +5054,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;