From bf000686480c899c83608d32d3f37a3a1cbd0791 Mon Sep 17 00:00:00 2001 From: "glider@chromium.org" Date: Thu, 17 Jun 2010 12:50:06 +0000 Subject: Suppress more leaks for bug 46678. BUG=46678 TBR=garykac Review URL: http://codereview.chromium.org/2813017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50096 0039d316-1c4b-4281-b951-d872f2087c98 --- tools/heapcheck/suppressions.txt | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index 5eeaaf8..049e6cb 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -748,15 +748,26 @@ fun:testing::Test::Run } +# '*ChromotingPlugin' stands for 'ChromotingPlugin' and +# 'remoting::ChromotingPlugin::ChromotingPlugin'. { bug_46678_d Heapcheck:Leak ... - fun:remoting::ChromotingPlugin::ChromotingPlugin + fun:*ChromotingPlugin fun:CreatePlugin } { + bug_46678_e + Heapcheck:Leak + fun:Callback3::Type* NewCallback + fun:remoting::SessionManager::DoEncode + fun:void DispatchToMethod + fun:RunnableMethod::Run +} + +{ bug_46715 Heapcheck:Leak fun:WebCore::makeExternalString -- cgit v1.1