diff options
author | dhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-31 19:42:22 +0000 |
---|---|---|
committer | dhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-31 19:42:22 +0000 |
commit | cad55b2ec399ce6ca29fa0fd53634659444c59b2 (patch) | |
tree | 8b84945e13ae632fa263a7008413f50bab8ff518 | |
parent | dce050dc0b29bdf9077ca491ea400f48253abd8b (diff) | |
download | chromium_src-cad55b2ec399ce6ca29fa0fd53634659444c59b2.zip chromium_src-cad55b2ec399ce6ca29fa0fd53634659444c59b2.tar.gz chromium_src-cad55b2ec399ce6ca29fa0fd53634659444c59b2.tar.bz2 |
Memory leak on ChromeOS in PersonalDataManager::LoadProfiles
Generalizing suppression for PersonalDataManager::LoadProfiles / ProfileImpl::CreateWebDataService
BUG=56090
TEST=ChromeOS memory bot goes green
TBR=tim@chromium.org
Review URL: http://codereview.chromium.org/6347041
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73175 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | tools/valgrind/memcheck/suppressions.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt index e4e8a15..a7d120b 100644 --- a/tools/valgrind/memcheck/suppressions.txt +++ b/tools/valgrind/memcheck/suppressions.txt @@ -2776,6 +2776,27 @@ fun:_ZN11BrowserInit5StartERK11CommandLineRK8FilePathP7ProfilePi } { + bug_56090b + Memcheck:Leak + fun:_Znw* + fun:_ZN11ProfileImpl20CreateWebDataServiceEv + fun:_ZN11ProfileImpl17GetWebDataServiceEN7Profile17ServiceAccessTypeE + fun:_ZN19PersonalDataManager12LoadProfilesEv + fun:_ZN19PersonalDataManager4InitEP7Profile + fun:_ZN11ProfileImpl22GetPersonalDataManagerEv + fun:_ZN15AutoFillManagerC1EP11TabContents + fun:_ZN11TabContentsC1EP7ProfileP12SiteInstanceiPKS_P23SessionStorageNamespace + fun:_ZN7Browser18TabContentsFactoryEP7ProfileP12SiteInstanceiPK11TabContentsP23SessionStorageNamespace + fun:_ZN7browser8NavigateEPNS_14NavigateParamsE + fun:_ZN11BrowserInit17LaunchWithProfile17OpenTabsInBrowserEP7BrowserbRKSt6vectorINS0_3TabESaIS4_EE + fun:_ZN11BrowserInit17LaunchWithProfile17OpenURLsInBrowserEP7BrowserbRKSt6vectorI4GURLSaIS4_EE + fun:_ZN11BrowserInit17LaunchWithProfile17ProcessLaunchURLsEbRKSt6vectorI4GURLSaIS2_EE + fun:_ZN11BrowserInit17LaunchWithProfile6LaunchEP7Profileb + fun:_ZN11BrowserInit13LaunchBrowserERK11CommandLineP7ProfileRK8FilePathbPi + fun:_ZN11BrowserInit18ProcessCmdLineImplERK11CommandLineRK8FilePathbP7ProfilePiPS_ + fun:_ZN11BrowserInit5StartERK11CommandLineRK8FilePathP7ProfilePi +} +{ bug_56676 Memcheck:Leak fun:_Znw* |