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

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

Issue 2808099: Supression for StatusBubbleViews::Init (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 5 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
===================================================================
--- tools/valgrind/memcheck/suppressions.txt (revision 54780)
+++ tools/valgrind/memcheck/suppressions.txt (working copy)
@@ -3895,3 +3895,29 @@
fun:_ZN11MessageLoop6DoWorkEv
fun:_ZN4base16MessagePumpForUI14HandleDispatchEv
}
+{
+ bug_51076
+ Memcheck:Leak
+ fun:malloc
+ fun:malloc
+ fun:g_malloc
+ fun:g_slice_alloc
+ fun:g_slist_prepend
+ fun:g_object_init
+ fun:g_type_create_instance
+ fun:g_object_constructor
+ fun:g_object_newv
+ fun:g_object_new_valist
+ fun:g_object_new
+ fun:gtk_views_fixed_new
+ fun:_ZN5views9WidgetGtk15CreateGtkWidgetEP10_GtkWidgetRKN3gfx4RectE
+ fun:_ZN5views9WidgetGtk4InitEP10_GtkWidgetRKN3gfx4RectE
+ fun:_ZN17StatusBubbleViews4InitEv
+ fun:_ZN17StatusBubbleViews6SetURLERK4GURLRKSbIwSt11char_traitsIwESaIwEE
+ fun:_ZN7Browser15UpdateTargetURLEP11TabContentsRK4GURL
+ fun:_ZN11TabContents15UpdateTargetURLEiRK4GURL
+ fun:_ZN11TabContents30DidNavigateMainFramePostCommitERKN20NavigationController20LoadCommittedDetailsERK32ViewHostMsg_FrameNavigate_Params
+ fun:_ZN11TabContents11DidNavigateEP14RenderViewHostRK32ViewHostMsg_FrameNavigate_Params
+ fun:_ZN14RenderViewHost13OnMsgNavigateERKN3IPC7MessageE
+ fun:_ZN14RenderViewHost17OnMessageReceivedERKN3IPC7MessageE
+}
« 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