From a4ac5fa074e1cf4c06e8c1e0f7ff04e3bdbac813 Mon Sep 17 00:00:00 2001 From: "tyoshino@chromium.org" Date: Fri, 16 Jul 2010 07:53:33 +0000 Subject: Suppress new leak in ChromeCookieMonsterDelegate found on Chromium Mac UI (valgrind)(1) BUG=49279 TEST=none Review URL: http://codereview.chromium.org/2834049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52631 0039d316-1c4b-4281-b951-d872f2087c98 --- tools/valgrind/memcheck/suppressions.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'tools') diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt index 0ab8d9d..ee6c303 100644 --- a/tools/valgrind/memcheck/suppressions.txt +++ b/tools/valgrind/memcheck/suppressions.txt @@ -3668,3 +3668,13 @@ fun:_ZN19DownloadManagerTestC2Ev fun:_ZN45DownloadManagerTest_TestDownloadFilename_TestC1Ev } +{ + bug_49279 + Memcheck:Leak + fun:_Znw* + fun:_ZN12_GLOBAL__N_127ChromeCookieMonsterDelegateC2EP7Profile + fun:_ZN30ChromeURLRequestContextFactoryC2EP7Profile + fun:_ZN12_GLOBAL__N_118FactoryForOriginalC2EP7ProfileRK8FilePathS5_i + fun:_ZN29ChromeURLRequestContextGetter14CreateOriginalEP7ProfileRK8FilePathS4_i + fun:_ZN11ProfileImpl17GetRequestContextEv +} -- cgit v1.1