diff options
Diffstat (limited to 'tools/heapcheck')
-rw-r--r-- | tools/heapcheck/suppressions.txt | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index 9e29031..10b2fea 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -1430,7 +1430,7 @@ fun:fileapi::FileSystemOriginDatabase::Init } { - bug_81796 + bug_81796_a Heapcheck:Leak fun:base::MessageLoopProxy::CreateForCurrentThread fun:IPC::ChannelProxy::Context::Context @@ -1438,6 +1438,15 @@ fun:IPCChannelTest_ChannelProxyTest_Test::TestBody } { + bug_81796_b + Heapcheck:Leak + fun:base::MessageLoopProxy::CreateForCurrentThread + ... + fun:IPC::SyncChannel::SyncContext::SyncContext + fun:IPC::SyncChannel::SyncChannel + fun:ChildThread::Init +} +{ bug_82974a Heapcheck:Leak fun:sqlite3MemMalloc |