mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-13 00:04:53 +00:00
Remove a duplicate ao2_iterator_destroy().
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@223550 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -4869,7 +4869,6 @@ static int manager_queues_status(struct mansession *s, const struct message *m)
|
|||||||
S_OR(qe->chan->cid.cid_name, "unknown"),
|
S_OR(qe->chan->cid.cid_name, "unknown"),
|
||||||
(long) (now - qe->start), idText);
|
(long) (now - qe->start), idText);
|
||||||
}
|
}
|
||||||
ao2_iterator_destroy(&mem_iter);
|
|
||||||
}
|
}
|
||||||
ast_mutex_unlock(&q->lock);
|
ast_mutex_unlock(&q->lock);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user