diff options
author | dhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-20 02:55:26 +0000 |
---|---|---|
committer | dhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-20 02:55:26 +0000 |
commit | a36293092698e5c91ce2b1a9d27b38c9b03fe2bc (patch) | |
tree | eee9631ad68f7f6c555becdf8a0df71757c65ba4 /tools | |
parent | a427c1d15e75f6fc437d91ae44828c133cce5590 (diff) | |
download | chromium_src-a36293092698e5c91ce2b1a9d27b38c9b03fe2bc.zip chromium_src-a36293092698e5c91ce2b1a9d27b38c9b03fe2bc.tar.gz chromium_src-a36293092698e5c91ce2b1a9d27b38c9b03fe2bc.tar.bz2 |
Leak in GtkNativeViewManager::GetPermanentXIDForIdEPmi
Suppresses leak in GtkNativeViewManager::GetPermanentXIDForIdEPmi, introduced in r82165.
BUG=79966
TEST=Linux Valgrind bots go green.
TBR=backer@chromium.org
Review URL: http://codereview.chromium.org/6877067
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82223 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/memcheck/suppressions.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt index 52dc343..30d9bab 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 |