]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fix bad channel application data reference.
authorMark Michelson <mmichelson@digium.com>
Tue, 11 Sep 2012 21:08:55 +0000 (21:08 +0000)
committerMark Michelson <mmichelson@digium.com>
Tue, 11 Sep 2012 21:08:55 +0000 (21:08 +0000)
commit9bfcbf0f703b4d86f92715947d73941753976255
treeaf261b486faaac2fb334d9d8ad6e8296aee28899
parent1de51897625732416d1d087c233c19ac14215536
Fix bad channel application data reference.

When channels get bridged due to an AMI bridge action
or a DTMF attended transfer, the two channels that
get bridged have their application data pointing to
the other channel's name. This means that if one channel
is hung up but the other moves on, it means that the
channel that moves on will have its application data
pointing at freed memory.

(issue ASTERISK-20335)
Reported by: aragon
........

Merged revisions 372840 from http://svn.asterisk.org/svn/asterisk/branches/1.8
........

Merged revisions 372841 from http://svn.asterisk.org/svn/asterisk/branches/10

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@372886 65c4cc65-6c06-0410-ace0-fbb531ad65f3
main/features.c