Merged revisions 131369 via svnmerge from
commitfd8d42bd6eb76409a672cd94bf5b6312ebcc52b7
authormmichelson <mmichelson@614ede4d-c843-0410-af14-a771ab80d22e>
Wed, 16 Jul 2008 20:24:12 +0000 (16 20:24 +0000)
committermmichelson <mmichelson@614ede4d-c843-0410-af14-a771ab80d22e>
Wed, 16 Jul 2008 20:24:12 +0000 (16 20:24 +0000)
tree3ed86c20af6fac6109aeb1d1688c002c93e41429
parent18d0b7414c27153aa34f4c131cb15b82cc81ba01
Merged revisions 131369 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r131369 | mmichelson | 2008-07-16 15:23:02 -0500 (Wed, 16 Jul 2008) | 14 lines

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: http://svn.digium.com/svn/asterisk/trunk@131375 614ede4d-c843-0410-af14-a771ab80d22e
apps/app_queue.c