mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-15 22:38:08 +00:00
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
This commit is contained in:
@@ -6093,8 +6093,6 @@ static int bridge_exec(struct ast_channel *chan, const char *data)
|
|||||||
"Channel2: %s\r\n", chan->name, args.dest_chan);
|
"Channel2: %s\r\n", chan->name, args.dest_chan);
|
||||||
}
|
}
|
||||||
|
|
||||||
ast_channel_unlock(current_dest_chan);
|
|
||||||
|
|
||||||
do_bridge_masquerade(current_dest_chan, final_dest_chan);
|
do_bridge_masquerade(current_dest_chan, final_dest_chan);
|
||||||
|
|
||||||
chans[0] = current_dest_chan;
|
chans[0] = current_dest_chan;
|
||||||
|
|||||||
Reference in New Issue
Block a user