app_confbridge: Fixed "CBAnn" channels not going away.
authorRichard Mudgett <rmudgett@digium.com>
Wed, 7 May 2014 20:59:13 +0000 (20:59 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Wed, 7 May 2014 20:59:13 +0000 (20:59 +0000)
commita92f0a9e83b6301ec2cbe754cf4fcfadf9079011
tree25272e5974199c6fcad663a3ec17c674ac875192
parent90b9413a0d0381b9227116939d4c38450222b501
app_confbridge: Fixed "CBAnn" channels not going away.

Fixed a ref leak in conf_handle_talker_cb() everytime the conference
bridge was found to report a channel's talker status change.  The
resulting leak caused the "CBAnn" channels and the conference bridge to
never be destroyed.

Thanks to Richard Kenner on the asterisk-user's list for locating the
problem.

Reported by: Richard Kenner
........

Merged revisions 413454 from http://svn.asterisk.org/svn/asterisk/branches/12

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@413455 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_confbridge.c