summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorcbentzel@chromium.org <cbentzel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-03 17:58:51 +0000
committercbentzel@chromium.org <cbentzel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-03 17:58:51 +0000
commit9bc0c4f776d55219a4aac4d85d88b51cd0010e88 (patch)
treecb280b63620fde158d41ff629ea34538362d6463 /tools
parentb242a1083a48a990b6a4ddc45da6252d8c5af1bb (diff)
downloadchromium_src-9bc0c4f776d55219a4aac4d85d88b51cd0010e88.zip
chromium_src-9bc0c4f776d55219a4aac4d85d88b51cd0010e88.tar.gz
chromium_src-9bc0c4f776d55219a4aac4d85d88b51cd0010e88.tar.bz2
Supression for StatusBubbleViews::Init
BUG=51076 TEST=None TBR=mirandac Review URL: http://codereview.chromium.org/2808099 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54781 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/valgrind/memcheck/suppressions.txt26
1 files changed, 26 insertions, 0 deletions
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index 7d14956..343b492 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -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
+}