commit | a497d12a02b487881b88fb8a5ad6823af9d21d1a | [log] [tgz] |
---|---|---|
author | Sebastian Jansson <srte@webrtc.org> | Mon Feb 04 15:39:28 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Feb 25 12:03:39 2019 |
tree | 345ffcd57c49c8eca190819398c549e6957bc575 | |
parent | ce7a4fb67be7d55bf1485a3c1468fbc08c32416e [diff] |
Avoids PostTask to repost a repeated task. There seems to be a race caused by the libevent wrapping TaskQueue implementation when reposting a repeated task at destruction time. This race results in the posted task being leaked according to asan. Bug: webrtc:10278 Change-Id: Ida40b884547f3f789a804ca0ab3ce36982a4d68e Reviewed-on: https://webrtc-review.googlesource.com/c/121424 Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Commit-Queue: Sebastian Jansson <srte@webrtc.org> Cr-Commit-Position: refs/heads/master@{#26839}
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.