]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 372841 via svnmerge from
authorAutomerge script <automerge@asterisk.org>
Tue, 11 Sep 2012 16:22:33 +0000 (16:22 +0000)
committerAutomerge script <automerge@asterisk.org>
Tue, 11 Sep 2012 16:22:33 +0000 (16:22 +0000)
commita92c29e7efe3e72d028032c6e0b228f4ef7bb5bf
tree60f97cadce1122ebaa94a7c9c3ff66eee90a1b55
parentf47d4c2cf8ba1d25fd4bc70c4fe2fbf5ddc2fd51
Merged revisions 372841 via svnmerge from
file:///srv/subversion/repos/asterisk/branches/10

................
  r372841 | mmichelson | 2012-09-11 10:30:37 -0500 (Tue, 11 Sep 2012) | 15 lines

  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)
  ........

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

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