]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 92202 via svnmerge from
authorMark Michelson <mmichelson@digium.com>
Mon, 10 Dec 2007 16:30:46 +0000 (16:30 +0000)
committerMark Michelson <mmichelson@digium.com>
Mon, 10 Dec 2007 16:30:46 +0000 (16:30 +0000)
commit8bf68432a08eebe3851abff729de5d62cba34869
treeedd04673a1e4644b8212495ed75ee03df6cebaf3
parent699521a3c8cb4da681f7970d703aed13bd04c91c
Merged revisions 92202 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r92202 | mmichelson | 2007-12-10 10:29:44 -0600 (Mon, 10 Dec 2007) | 7 lines

If there are no members in a queue, then the loop where the datastore for detecting
duplicate dialed numbers will be skipped, meaning the datastore isn't created. This means
that when we try to free it, there's a crash. This stops that crash from occurring.

(closes issue #11499, reported by slavon, patched by eliel)

........

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@92203 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_queue.c