Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(45)

Unified Diff: tools/valgrind/memcheck/suppressions.txt

Issue 6873118: Leak in BrowserRenderProcessHost::Init (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/memcheck/suppressions.txt
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index 57b07ad9d152c8ffa404a6bc5f52f3f6626110d2..455be403d7f9c214d4a38eaae539d79daf18d2db 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -4408,6 +4408,24 @@
fun:_ZN3net13SSLConnectJob6DoLoopEi
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
+ fun:_ZN20NavigationController9LoadEntryEP15NavigationEntry
+ fun:_ZN20NavigationController7LoadURLERK4GURLS2_j
+ fun:_ZN7browser8NavigateEPNS_14NavigateParamsE
+ fun:_ZN11BrowserInit17LaunchWithProfile17OpenTabsInBrowserEP7BrowserbRKSt6vectorINS0_3TabESaIS4_EE
+}
#-----------------------------------------------------------------------
# These only occur on our Google workstations
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698