diff options
author | isherman@chromium.org <isherman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-18 21:58:34 +0000 |
---|---|---|
committer | isherman@chromium.org <isherman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-18 21:58:34 +0000 |
commit | 8f396d63cf1ef4772abd394d3fe8a3f8d1191a38 (patch) | |
tree | 60b224f9226abad4f5f0ad705fd92b76b0a1edea /tools | |
parent | 106cb8db62e66a2523ae70e5980f29e93ad320c1 (diff) | |
download | chromium_src-8f396d63cf1ef4772abd394d3fe8a3f8d1191a38.zip chromium_src-8f396d63cf1ef4772abd394d3fe8a3f8d1191a38.tar.gz chromium_src-8f396d63cf1ef4772abd394d3fe8a3f8d1191a38.tar.bz2 |
Add suppression for AutofillMetrics leak.
This might be an expected leak from UMA histograms, but the stack trace doesn't quite look like it. Needs investigation.
BUG=79794
TEST=none
Review URL: http://codereview.chromium.org/6877018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82005 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/heapcheck/suppressions.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index 8a27d5b..d75ec86 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -1413,3 +1413,15 @@ fun:sync_notifier::InvalidationNotifier::UpdateCredentials fun:sync_notifier::::InvalidationNotifierTest_Basic_Test::TestBody } +{ + bug_79794 + Heapcheck:Leak + fun:__gnu_cxx::new_allocator::allocate + fun:std::string::_Rep::_S_create + fun:std::string::_Rep::_M_clone + fun:std::string::reserve + fun:std::string::append + fun:std::string::append + fun:std::operator+ + fun:::LogTypeQualityMetric +} |