diff options
-rw-r--r-- | tools/valgrind/memcheck/suppressions.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt index 3280978..21a860b 100644 --- a/tools/valgrind/memcheck/suppressions.txt +++ b/tools/valgrind/memcheck/suppressions.txt @@ -1659,6 +1659,26 @@ fun:tooltip_popup_timeout fun:gdk_threads_dispatch } +{ + # See the description of tooltip_554686_2 + tooltip_554686_4 + Memcheck:Cond + fun:_ZNK8chromeos22NormalBrowserFrameView7HitTestERKN3gfx5PointE + fun:_ZN5views13NonClientView15GetViewForPointERKN3gfx5PointE + fun:_ZN5views4View15GetViewForPointERKN3gfx5PointE + fun:_ZN5views17TooltipManagerGtk11ShowTooltipEiibP11_GtkTooltip + fun:_ZN5views9WidgetGtk14OnQueryTooltipEiiiP11_GtkTooltip + fun:_ZN5views9WidgetGtk16CallQueryTooltipEP10_GtkWidgetiiiP11_GtkTooltipPS0_ + fun:_gtk_marshal_BOOLEAN__INT_INT_BOOLEAN_OBJECT + fun:g_closure_invoke + ... + fun:g_signal_emit_valist + fun:g_signal_emit_by_name + fun:gtk_tooltip_run_requery + fun:gtk_tooltip_show_tooltip + fun:tooltip_popup_timeout + fun:gdk_threads_dispatch +} # This task is created quite frequently and may leak on shutdown depending on # ordering. { |