Re: [asterisk-users] Bug in main/bridge.c:ast_bridge_update_talker_src_video_mode

2017-08-28 Thread Richard Mudgett
On Mon, Aug 28, 2017 at 6:35 PM, Richard Kenner wrote: > I've had two Asterisk crashes today that seem to be caused by errors > where chan->tech_pvt is pointing to something that can't be deallocated > and I think I see a reference count bug in the above function. > > It

[asterisk-users] Bug in main/bridge.c:ast_bridge_update_talker_src_video_mode

2017-08-28 Thread Richard Kenner
I've had two Asterisk crashes today that seem to be caused by errors where chan->tech_pvt is pointing to something that can't be deallocated and I think I see a reference count bug in the above function. It contains: if (data->chan_old_vsrc) {