diff options
author | glider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-19 08:19:46 +0000 |
---|---|---|
committer | glider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-19 08:19:46 +0000 |
commit | 9e52ce1eb308c4f27798322603222f8ca34ab3a3 (patch) | |
tree | b0a59f1e29eb364cfde549c3e71b0807492c6e29 | |
parent | 77316bf4ca50af47606d419a5f8225d4b613cd5f (diff) | |
download | chromium_src-9e52ce1eb308c4f27798322603222f8ca34ab3a3.zip chromium_src-9e52ce1eb308c4f27798322603222f8ca34ab3a3.tar.gz chromium_src-9e52ce1eb308c4f27798322603222f8ca34ab3a3.tar.bz2 |
Suppress the leaks in WebWidgetHostGtkWidget::HandleExpose introduced by
r85880 (issue 83195)
TBR=yuzo
BUG=83195
Review URL: http://codereview.chromium.org/7048002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85885 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | tools/heapcheck/suppressions.txt | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index e979409..eab88dc 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -1551,3 +1551,28 @@ fun:net::::CleanupSlotContents fun:net::CertDatabaseNSSTest::TearDown } +{ + bug_83195 + Heapcheck:Leak + fun:__gnu_cxx::new_allocator::allocate + fun:std::string::_Rep::_S_create + fun:std::string::_S_construct + fun:std::string::_S_construct_aux + fun:std::string::_S_construct + fun:std::basic_string::basic_string + fun:webkit_glue::WebKitClientImpl::histogramCustomCounts + fun:WebCore::PlatformBridge::histogramCustomCounts + fun:WebKit::WebViewImpl::paint + fun:WebWidgetHost::PaintRect + fun:WebWidgetHost::Paint + fun:::WebWidgetHostGtkWidget::HandleExpose + fun:_gtk_marshal_BOOLEAN__BOXED + fun:base::MessagePumpForUI::DispatchEvents + fun:base::MessagePumpForUI::EventDispatcher + fun:base::MessagePumpForUI::RunOnce + fun:base::MessagePumpForUI::RunWithDispatcher + fun:base::MessagePumpForUI::Run + fun:MessageLoop::RunInternal + fun:MessageLoop::RunHandler +} + |