| Index: tools/lsan/suppressions.txt
|
| diff --git a/tools/lsan/suppressions.txt b/tools/lsan/suppressions.txt
|
| index d38d98125dbdbc6a2f0bf749c8420b0b319b9301..cc6c360f444114e0d3e61bbc3ef6f57dd7cace06 100644
|
| --- a/tools/lsan/suppressions.txt
|
| +++ b/tools/lsan/suppressions.txt
|
| @@ -24,6 +24,9 @@ leak:crypto::ScopedTestNSSDB::ScopedTestNSSDB
|
| # Another leak due to not shutting down NSS properly. http://crbug.com/124445
|
| leak:error_get_my_stack
|
|
|
| +# XRandR has several one time leaks.
|
| +leak:libxrandr
|
| +
|
| # The NSS suppressions above will not fire when the fast stack unwinder is used,
|
| # because it can't unwind through NSS libraries. Apply blanket supressions for now.
|
| leak:libnssutil3
|
|
|