From: Russell Bryant Date: Sun, 11 Oct 2009 18:34:37 +0000 (+0000) Subject: Remove a duplicate ao2_iterator_destroy(). X-Git-Tag: 1.4.27-rc3~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6429db49ba647cc9387c37ad3d9c846701f04d57;p=thirdparty%2Fasterisk.git Remove a duplicate ao2_iterator_destroy(). git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@223550 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_queue.c b/apps/app_queue.c index a945382284..47f59d5326 100644 --- a/apps/app_queue.c +++ b/apps/app_queue.c @@ -4869,7 +4869,6 @@ static int manager_queues_status(struct mansession *s, const struct message *m) S_OR(qe->chan->cid.cid_name, "unknown"), (long) (now - qe->start), idText); } - ao2_iterator_destroy(&mem_iter); } ast_mutex_unlock(&q->lock); }