diff options
Diffstat (limited to 'tools/heapcheck/suppressions.txt')
-rw-r--r-- | tools/heapcheck/suppressions.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index 3f124f9..fc33521 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -1830,3 +1830,14 @@ fun:ResourceDispatcherHostTest::MakeTestRequest fun:ResourceDispatcherHostTest_*_Test::TestBody } +{ + bug_111757 + Heapcheck:Leak + fun:WTF::fastMalloc + ... + fun:PeerConnectionHandler::CreateWebKitStreamDescriptor + fun:PeerConnectionHandler::OnAddStreamCallback + fun:PeerConnectionHandler::OnAddStream + fun:PeerConnectionHandlerTest_Basic_Test::TestBody +} + |