diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-31 18:30:46 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-31 18:30:46 +0000 |
commit | 100421d5653b09d8b61f14bee5465dfe9d1b934c (patch) | |
tree | 2ef853c808158df66cd9e2e5be8acf7cd95570b1 | |
parent | 4206ebc3117c8520ac46ffab3a3d72db038551c9 (diff) | |
download | chromium_src-100421d5653b09d8b61f14bee5465dfe9d1b934c.zip chromium_src-100421d5653b09d8b61f14bee5465dfe9d1b934c.tar.gz chromium_src-100421d5653b09d8b61f14bee5465dfe9d1b934c.tar.bz2 |
Valgrind: Suppress another instance of the leak in ProfileImpl::CreateWebDataService.
BUG=56090
TEST=none
TBR=jhawkins
Review URL: http://codereview.chromium.org/6670130
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80027 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | tools/valgrind/memcheck/suppressions.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt index 8e71960..43b3d9e 100644 --- a/tools/valgrind/memcheck/suppressions.txt +++ b/tools/valgrind/memcheck/suppressions.txt @@ -2723,6 +2723,28 @@ fun:_ZN11BrowserInit5StartERK11CommandLineRK8FilePathP7ProfilePi } { + bug_56090c + Memcheck:Leak + fun:_Znw* + fun:_ZN11ProfileImpl20CreateWebDataServiceEv + fun:_ZN11ProfileImpl17GetWebDataServiceEN7Profile17ServiceAccessTypeE + fun:_ZN26AutocompleteHistoryManagerC1EP11TabContents + fun:_ZN18TabContentsWrapperC1EP11TabContents + fun:_ZN7Browser18TabContentsFactoryEP7ProfileP12SiteInstanceiPK11TabContentsP23SessionStorageNamespace + fun:_ZN7browser8NavigateEPNS_14NavigateParamsE + fun:_ZN11BrowserInit17LaunchWithProfile17OpenTabsInBrowserEP7BrowserbRKSt6vectorINS0_3TabESaIS4_EE + fun:_ZN11BrowserInit17LaunchWithProfile17OpenURLsInBrowserEP7BrowserbRKSt6vectorI4GURLSaIS4_EE + fun:_ZN11BrowserInit17LaunchWithProfile17ProcessLaunchURLsEbRKSt6vectorI4GURLSaIS2_EE + fun:_ZN11BrowserInit17LaunchWithProfile6LaunchEP7ProfileRKSt6vectorI4GURLSaIS4_EEb + fun:_ZN11BrowserInit13LaunchBrowserERK11CommandLineP7ProfileRK8FilePathbPi + fun:_ZN11BrowserInit18ProcessCmdLineImplERK11CommandLineRK8FilePathbP7ProfilePiPS_ + fun:_ZN11BrowserInit5StartERK11CommandLineRK8FilePathP7ProfilePi + fun:_Z11BrowserMainRK18MainFunctionParams + fun:_ZN54_GLOBAL__N_chrome_app_chrome_main.cc_00000000_82EFB44823RunNamedProcessTypeMainERKSsRK18MainFunctionParams + fun:ChromeMain + fun:main +} +{ bug_56676 Memcheck:Leak fun:_Znw* |