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}
Name: WebRTC URL: http://www.webrtc.org Version: 90 License: BSD License File: LICENSE Description: WebRTC provides real time voice and video processing functionality to enable the implementation of PeerConnection/MediaStream. Third party code used in this project is described in the file LICENSE_THIRD_PARTY.