From a91018e2bbea4ea50385a97955a5bfd15284eaa7 Mon Sep 17 00:00:00 2001 From: "rafaelw@chromium.org" Date: Wed, 26 May 2010 18:55:21 +0000 Subject: Add suppression for ExtensionMessageService::DispatchEventToRenderers mem leak BUG=45133 TBR=mpcomplete Review URL: http://codereview.chromium.org/2239008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48301 0039d316-1c4b-4281-b951-d872f2087c98 --- tools/valgrind/memcheck/suppressions.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'tools') diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt index 45b8495..ed5066a 100644 --- a/tools/valgrind/memcheck/suppressions.txt +++ b/tools/valgrind/memcheck/suppressions.txt @@ -2961,3 +2961,23 @@ fun:_ZN61MessageLoopTest_FileDescriptorWatcherOutlivesMessageLoop_Test8TestBodyEv } +{ + bug_45133 + Memcheck:Leak + fun:_Znw* + ... + fun:_ZN23ExtensionMessageService24DispatchEventToRenderersERKSsS1_bRK4GURL + fun:_Z13DispatchEventP7ProfilePKcSs + fun:_ZN27ExtensionBrowserEventRouter13TabSelectedAtEP11TabContentsS1_ib + fun:_ZN13TabStripModel26ChangeSelectedContentsFromEP11TabContentsib + fun:_ZN13TabStripModel19InsertTabContentsAtEiP11TabContentsbbb + fun:_ZN13TabStripModel19InsertTabContentsAtEiP11TabContentsbb + fun:_ZN13TabStripModel14AddTabContentsEP11TabContentsibjb + fun:_ZN7Browser13AddTabWithURLERK4GURLS2_jiiP12SiteInstanceRKSs + fun:_ZN11BrowserInit17LaunchWithProfile17OpenTabsInBrowserEP7BrowserbRKSt6vectorINS0_3TabESaIS4_EE + fun:_ZN11BrowserInit17LaunchWithProfile17OpenURLsInBrowserEP7BrowserbRKSt6vectorI4GURLSaIS4_EE + fun:_ZN11BrowserInit17LaunchWithProfile17ProcessLaunchURLsEbRKSt6vectorI4GURLSaIS2_EE + fun:_ZN11BrowserInit17LaunchWithProfile6LaunchEP7Profileb + fun:_ZN11BrowserInit13LaunchBrowserERK11CommandLineP7ProfileRKSbIwSt11char_traitsIwESaIwEEbPi + fun:_ZN11BrowserInit18ProcessCmdLineImplERK11CommandLineRKSbIwSt11char_traitsIwESaIwEEbP7ProfilePiPS_ +} -- cgit v1.1