diff options
author | jhawkins@google.com <jhawkins@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-14 18:34:02 +0000 |
---|---|---|
committer | jhawkins@google.com <jhawkins@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-14 18:34:02 +0000 |
commit | cb49ee55721755827db1985109ce96952fe815c9 (patch) | |
tree | 14adfcc237cc6749ddd461619cfc29359aa2c0f7 /tools | |
parent | 85bc9a6fa52af561c8d257ab97b0a06ccacdd861 (diff) | |
download | chromium_src-cb49ee55721755827db1985109ce96952fe815c9.zip chromium_src-cb49ee55721755827db1985109ce96952fe815c9.tar.gz chromium_src-cb49ee55721755827db1985109ce96952fe815c9.tar.bz2 |
Valgrind: Widen a suppression and suppress a new leak.
TBR=thestig
BUG=49279,66853
TEST=none
Review URL: http://codereview.chromium.org/5814003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69161 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/memcheck/suppressions.txt | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt index 4ea1167..eb28571 100644 --- a/tools/valgrind/memcheck/suppressions.txt +++ b/tools/valgrind/memcheck/suppressions.txt @@ -2420,7 +2420,7 @@ fun:_Znw* ... fun:_ZN30ChromeURLRequestContextFactoryC2EP7Profile - fun:_ZN12_GLOBAL__N_118FactoryForOriginalC2EP7ProfileRK8FilePathS5_i + ... fun:_ZN29ChromeURLRequestContextGetter14CreateOriginalEP7ProfileRK8FilePathS4_i fun:_ZN11ProfileImpl17GetRequestContextEv } @@ -3451,3 +3451,24 @@ ... fun:_ZN8remoting40HeartbeatSenderTest_ProcessResponse_Test8TestBodyEv } +{ + bug_66853 + Memcheck:Leak + fun:_Znw* + fun:_ZN11ProfileImpl14GetHostZoomMapEv + fun:_ZN30ChromeURLRequestContextFactoryC2EP7Profile + fun:_ZN77_GLOBAL__N_chrome_browser_net_chrome_url_request_context.cc_00000000_0FB246EB18FactoryForOriginalC1EP7ProfileRK8FilePathS5_i + fun:_ZN29ChromeURLRequestContextGetter14CreateOriginalEP7ProfileRK8FilePathS4_i + fun:_ZN11ProfileImpl17GetRequestContextEv + fun:_ZN19SafeBrowsingService5StartEv + fun:_ZN19SafeBrowsingService10InitializeEv + fun:_ZN22ResourceDispatcherHost10InitializeEv + fun:_ZN18BrowserProcessImpl28CreateResourceDispatcherHostEv + fun:_ZN18BrowserProcessImpl24resource_dispatcher_hostEv + fun:_ZN16ExtensionService4InitEv + fun:_ZN11ProfileImpl14InitExtensionsEv + fun:_ZN14ProfileManager10AddProfileEP7Profileb + fun:_ZN14ProfileManager10GetProfileERK8FilePathb + fun:_ZN14ProfileManager10GetProfileERK8FilePath + fun:_ZN14ProfileManager17GetDefaultProfileERK8FilePath +} |