]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Dialplan bridge() app mutex 'current_dest_chan' freed more times than we've locked!
authorRichard Mudgett <rmudgett@digium.com>
Thu, 21 Jul 2011 16:46:21 +0000 (16:46 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Thu, 21 Jul 2011 16:46:21 +0000 (16:46 +0000)
commit6d145897bb9406c47e3421b6b2028c8e4089f48f
tree4103d690df17071f0dda51da9537eec1d08b9b64
parenta99ae32acd22acbcab21ba74580a7744a1de5657
Dialplan bridge() app mutex 'current_dest_chan' freed more times than we've locked!

This appears to be a leftover from when ast_channel was converted to ao2
objects.

Simply removed the extraneous unlock.

(closes issue ASTERISK-17772)

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