| Index: trunk/src/tools/lsan/suppressions.txt
|
| ===================================================================
|
| --- trunk/src/tools/lsan/suppressions.txt (revision 246093)
|
| +++ trunk/src/tools/lsan/suppressions.txt (working copy)
|
| @@ -37,6 +37,9 @@
|
| # 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 suppressions for
|
| # now.
|
|
|