From 5113a19c667a634f0bcaef2a874a99cddf34db51 Mon Sep 17 00:00:00 2001 From: "glider@chromium.org" Date: Fri, 8 Jul 2011 10:30:31 +0000 Subject: Suppresses leaks in ProfileImpl::OnPrefsLoaded (issue 88640) and ProtocolHandlerRegistry::MaybeCreateJob (issue 88735) BUG=88735,88640 TBR=thakis Review URL: http://codereview.chromium.org/7237048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91834 0039d316-1c4b-4281-b951-d872f2087c98 --- tools/heapcheck/suppressions.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tools/heapcheck') diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index c10eb61..9e29031 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -1558,3 +1558,10 @@ fun:ProfileImpl::DoFinalInit fun:ProfileImpl::OnPrefsLoaded } +{ + bug_88735 + Heapcheck:Leak + ... + fun:ProtocolHandlerRegistry::MaybeCreateJob + fun:MakeRequest +} -- cgit v1.1