DescriptionFix occasional race in VideoCapturerTrackSource seen by memcheck bot.
The issue was that VideoCapturerTrackSource was adding a reference
to itself, causing it to not be deleted even after no external objects
reference it. The objects underneath it (threads for instance) may
then be destroyed before the object dereferences them.
BUG=webrtc:6487
Review-Url: https://codereview.webrtc.org/2717023002
Cr-Commit-Position: refs/heads/master@{#16841}
Committed: https://chromium.googlesource.com/external/webrtc/+/f15fb452efe5a7082dd49faceba1ff123985f258
Patch Set 1 #Patch Set 2 : Rebase onto master #
Messages
Total messages: 9 (5 generated)
|