]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Move the init_queue call back to where it used to be (changed
authorMark Michelson <mmichelson@digium.com>
Wed, 16 Jul 2008 20:23:02 +0000 (20:23 +0000)
committerMark Michelson <mmichelson@digium.com>
Wed, 16 Jul 2008 20:23:02 +0000 (20:23 +0000)
commit592497392bf8317a1f60c7bdd0653218af6ca6a0
treeb03ffd3dcc3f6f99af8be80c632a463c3bba4464
parent47924ba64d3f621dc2a2c0c2bf49301b137292d0
Move the init_queue call back to where it used to be (changed
Sept 12 last year). It was moved then to prevent a memory leak.
Since then, the same memory leak recurred and was fixed in a
better way.

Now it has been found that the placement of this init_queue
call can cause problems if a realtime queue has values changed
to an empty string. The problem is that the default value
for that queue parameter would not be set.

(closes issue #13084)
Reported by: elbriga

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