Files
asterisk/main
Matt Jordan 62d60c1f58 main/bridge_channel: Fix channel reference leak on video source
When a channel is made the video source, the bridge holds a reference to
it. Whenever the video source changes, that reference is released.
However, a ref leak does occur if the channel leaves the bridge (such as
being hung up) while it is the video source, as the bridge never
releases the ref in such a case.

This patch adds a line to the bridge_channel_internal_join routine such
that, when a channel finishes its time in the bridge, it notifies the
bridge via ast_bridge_remove_video_src that if it is a video source its
reference should be released.

ASTERISK-26555 #close

Change-Id: I3a2f5238a9d2fc49c591f0e65199d782ab0be76a
2016-11-04 15:47:42 -05:00
..
2016-10-20 12:58:37 -05:00
2016-06-22 12:23:44 -05:00
2016-08-24 11:02:18 -05:00
2015-06-10 18:06:15 -05:00
2016-06-02 22:57:49 +03:00
2016-07-14 15:59:49 -05:00
2016-08-24 11:02:18 -05:00
2016-08-24 11:02:18 -05:00
2016-08-24 11:02:18 -05:00
2016-06-08 20:37:08 +03:00