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

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

Issue 6877067: Leak in GtkNativeViewManager::GetPermanentXIDForIdEPmi (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 52dc343d1ee3aa006db3b41a8716acf9a797d3b8..30d9babcf4e971a0acc3ba22c635545764fb8179 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -4355,6 +4355,25 @@
fun:_ZN21TestURLRequestContextC1Ev
fun:_ZN27TestURLRequestContextGetter20GetURLRequestContextEv
}
+{
+ bug_79966
+ Memcheck:Cond
+ fun:gdk_window_new
+ fun:gtk_preserve_window_set_preserve
+ fun:_ZN20GtkNativeViewManager20GetPermanentXIDForIdEPmi
+ fun:_ZN23RenderWidgetHostViewGtk21GetCompositingSurfaceEv
+ fun:_ZN16RenderWidgetHost21GetCompositingSurfaceEv
+ 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
+}
#-----------------------------------------------------------------------
# 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