commit | d91969ed79f1eb820ab854dc6a36068afad74232 | [log] [tgz] |
---|---|---|
author | Steve Anton <steveanton@webrtc.org> | Thu May 30 12:27:03 2019 -0700 |
committer | Commit Bot <commit-bot@chromium.org> | Thu May 30 20:32:05 2019 +0000 |
tree | 4860f4ecbba23bc58ef8937b1719e8ea17fc2c0e | |
parent | 220f4bec16c74512a8e37d90dd21d84ed9b6e32c [diff] |
Explicitly close PeerConnections when using ScopedFieldTrials Since ScopedFieldTrials is not thread safe, if it goes out of scope while other threads are still running and possibly querying the field trials then it's possible to hit an MSAN failure. Bug: webrtc:10694 Change-Id: I93c94f1008e4478d98ec1545bbc0a7536739e479 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/139460 Reviewed-by: Qingsi Wang <qingsi@webrtc.org> Commit-Queue: Steve Anton <steveanton@webrtc.org> Cr-Commit-Position: refs/heads/master@{#28116}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.