diff options
Diffstat (limited to 'tools/heapcheck/suppressions.txt')
-rw-r--r-- | tools/heapcheck/suppressions.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index a84bcaa..df5d88b 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -974,3 +974,13 @@ fun:RenderViewTest::SimulateElementClick fun:RenderViewTest_PageClickTracker_Test::TestBody } +{ + bug_56676 + Heapcheck:Leak + fun:__gnu_cxx::new_allocator::allocate + fun:std::_Vector_base::_M_allocate + fun:std::vector::_M_allocate_and_copy + fun:std::vector::operator= + fun:MockDispatcher::DidReadDirectory + fun:fileapi::FileSystemOperation::DidReadDirectory +} |