diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-13 21:24:01 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-13 21:24:01 +0000 |
commit | a54c54cf765064c34156e6f00acf26c4e6cb8c62 (patch) | |
tree | 786601f62fbaf79faac185343a8fa4520f7919fa /tools | |
parent | 8bb46055a2a4e60f220e8518246812fc832d5eb9 (diff) | |
download | chromium_src-a54c54cf765064c34156e6f00acf26c4e6cb8c62.zip chromium_src-a54c54cf765064c34156e6f00acf26c4e6cb8c62.tar.gz chromium_src-a54c54cf765064c34156e6f00acf26c4e6cb8c62.tar.bz2 |
Consolidate a few of the leaks of IPC message filters into one. Because of the thread shutdown order, it's valid that some filters won't be destructed on shutdown.
BUG=73299,78067,80026
Review URL: http://codereview.chromium.org/7011037
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85324 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/memcheck/suppressions.txt | 57 |
1 files changed, 1 insertions, 56 deletions
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt index 24b4919..6cbc45e 100644 --- a/tools/valgrind/memcheck/suppressions.txt +++ b/tools/valgrind/memcheck/suppressions.txt @@ -3790,15 +3790,8 @@ fun:_Znw* ... fun:_ZN24BrowserRenderProcessHost20CreateMessageFiltersEv - fun:_ZN24BrowserRenderProcessHost4InitEbb + fun:_ZN24BrowserRenderProcessHost4InitEb fun:_ZN14RenderViewHost16CreateRenderViewERKSbItN4base20string16_char_traitsESaItEE - fun:_ZN11TabContents32CreateRenderViewForRenderManagerEP14RenderViewHost - fun:_ZN21RenderViewHostManager14InitRenderViewEP14RenderViewHostRK15NavigationEntry - ... - fun:_ZN21RenderViewHostManager8NavigateERK15NavigationEntry - ... - fun:_ZN11TabContents22NavigateToPendingEntryEN20NavigationController10ReloadTypeE - fun:_ZN20NavigationController22NavigateToPendingEntryENS_10ReloadTypeE } { bug_73358 @@ -4147,39 +4140,6 @@ fun:CERT_DestroyCertificate } { - bug_78067a - Memcheck:Leak - fun:_Znw* - fun:_ZN25ChromeRenderMessageFilterC1EiP7Profile*URLRequestContextGetter* - fun:_ZN24BrowserRenderProcessHost20CreateMessageFiltersEv - fun:_ZN24BrowserRenderProcessHost4InitEbb - fun:_ZN14RenderViewHost16CreateRenderViewERKSbItN4base20string16_char_traitsESaItEE - fun:_ZN11TabContents32CreateRenderViewForRenderManagerEP14RenderViewHost - fun:_ZN21RenderViewHostManager14InitRenderViewEP14RenderViewHostRK15NavigationEntry - fun:_ZN21RenderViewHostManager8NavigateERK15NavigationEntry - fun:_ZN11TabContents15NavigateToEntryERK15NavigationEntryN20NavigationController10ReloadTypeE - fun:_ZN11TabContents22NavigateToPendingEntryEN20NavigationController10ReloadTypeE - fun:_ZN20NavigationController22NavigateToPendingEntryENS_10ReloadTypeE - fun:_ZN20NavigationController9LoadEntryEP15NavigationEntry - fun:_ZN20NavigationController7LoadURLERK4GURLS2_j - fun:_ZN7browser8NavigateEPNS_14NavigateParamsE -} -{ - bug_78067b - Memcheck:Leak - fun:_Znw* - ... - fun:_ZN25ChromeRenderMessageFilterC1EiP7Profile*URLRequestContextGetter* - fun:_ZN24BrowserRenderProcessHost20CreateMessageFiltersEv - fun:_ZN24BrowserRenderProcessHost4InitEbb - fun:_ZN14RenderViewHost16CreateRenderViewERKSbItN4base20string16_char_traitsESaItEE - fun:_ZN13ExtensionHost19CreateRenderViewNowEv - fun:_ZN13ExtensionHost20ProcessCreationQueue14ProcessOneHostEv - fun:_Z16DispatchToMethodIN13ExtensionHost20ProcessCreationQueueEMS1_FvvEEvPT_T0_RK6Tuple0 - fun:_ZN27ScopedRunnableMethodFactoryIN13ExtensionHost20ProcessCreationQueueEE14RunnableMethodIMS1_FvvE6Tuple0E3RunEv - fun:_ZN11MessageLoop7RunTaskEP4Task -} -{ bug_78197 Memcheck:Cond fun:_ZN7WebCore8Document11updateTitleERKNS_19StringWithDirectionE @@ -4420,21 +4380,6 @@ fun:_ZN3net13SSLConnectJob12OnIOCompleteEi } { - bug_80026 - Memcheck:Leak - fun:_Znw* - fun:_ZN6chrome26ChromeContentBrowserClient31BrowserRenderProcessHostCreatedEP24BrowserRenderProcessHost - fun:_ZN24BrowserRenderProcessHost4InitEbb - fun:_ZN14RenderViewHost16CreateRenderViewERKSbItN4base20string16_char_traitsESaItEE - fun:_ZN11TabContents32CreateRenderViewForRenderManagerEP14RenderViewHost - fun:_ZN21RenderViewHostManager14InitRenderViewEP14RenderViewHostRK15NavigationEntry - ... - fun:_ZN21RenderViewHostManager8NavigateERK15NavigationEntry - fun:_ZN11TabContents15NavigateToEntryERK15NavigationEntryN20NavigationController10ReloadTypeE - fun:_ZN11TabContents22NavigateToPendingEntryEN20NavigationController10ReloadTypeE - fun:_ZN20NavigationController22NavigateToPendingEntryENS_10ReloadTypeE -} -{ bug_80150 Memcheck:Leak fun:_Znw* |