| Index: tools/heapcheck/suppressions.txt
|
| diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt
|
| index 18864b6563d03507033c6ab01a3752363d9d28b5..76dd0003c59e347dddf094f874d4514cd5e47ba7 100644
|
| --- a/tools/heapcheck/suppressions.txt
|
| +++ b/tools/heapcheck/suppressions.txt
|
| @@ -229,6 +229,12 @@
|
| fun:base::internal::PostTaskAndReplyImpl::PostTaskAndReply
|
| fun:base::WorkerPool::PostTaskAndReply
|
| }
|
| +{
|
| + UA style sheets are intentionally leaked - see bug 121729
|
| + Heapcheck:Leak
|
| + ...
|
| + fun:parseUASheet
|
| +}
|
| # This one pops out too often on different leaks and the stacks are very often
|
| # uninformative, e.g. don't include anything related to the bug.
|
| # TODO(earthdok): revisit what we want to do with _Rep when we have LSan.
|
|
|