]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Make absolutely certain that the transfer datastore
authorMark Michelson <mmichelson@digium.com>
Wed, 16 Jul 2008 18:57:34 +0000 (18:57 +0000)
committerMark Michelson <mmichelson@digium.com>
Wed, 16 Jul 2008 18:57:34 +0000 (18:57 +0000)
commite10908c6d29d289161e8ed1d18572500d1c8e5c7
treeb6461a4749922919652cb8e817eb9aff8460a6df
parent3fcfa4761125ab4bf6444f568f54cd3ab29a019c
Make absolutely certain that the transfer datastore
is removed from the calling channel once the caller
is finished in the queue. This could have weird con-
sequences when dialing local queue members when multiple
transfers occur on a single call.

Also fixed a memory leak that would occur when an
attended transfer occurred from a queue member.

(closes issue #13047)
Reported by: festr

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