diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-09 16:22:18 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-09 16:22:18 +0000 |
commit | cd2480f4de9f51ca066932fd7c048f8d8fc9c223 (patch) | |
tree | 9f93ea74051d43999d457259ab697407a8bdab22 /tools/heapcheck/suppressions.txt | |
parent | 705e7c5a24cae6e20da6ef1ab0e117c6bf916eb7 (diff) | |
download | chromium_src-cd2480f4de9f51ca066932fd7c048f8d8fc9c223.zip chromium_src-cd2480f4de9f51ca066932fd7c048f8d8fc9c223.tar.gz chromium_src-cd2480f4de9f51ca066932fd7c048f8d8fc9c223.tar.bz2 |
Add heapcheck suppression after r145676.
BUG=65940
TBR=hbono
Review URL: https://chromiumcodereview.appspot.com/10747002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145681 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/heapcheck/suppressions.txt')
-rw-r--r-- | tools/heapcheck/suppressions.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index 37168d3..e3ccf8a 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -1478,3 +1478,19 @@ fun:ui::InputMethodIBus::CreateContext fun:ui::InputMethodIBus::Init } +{ + bug_65940_a + Heapcheck:Leak + fun:ChildThread::Init + fun:ChildThread::ChildThread + fun:RenderThreadImpl::RenderThreadImpl +} +{ + bug_65940_b + Heapcheck:Leak + fun:__gnu_cxx::new_allocator::allocate + fun:std::_Vector_base::_M_allocate + fun:std::vector::_M_insert_aux + fun:std::vector::push_back + fun:IPC::ChannelProxy::Context::OnAddFilter +} |