diff options
author | jar@chromium.org <jar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-05 15:50:11 +0000 |
---|---|---|
committer | jar@chromium.org <jar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-05 15:50:11 +0000 |
commit | 5dbe3512ff14eeae04a0a848277f387c33ec2b14 (patch) | |
tree | 3363950d2b73ae1795e18e4a6043928bafab7340 /tools | |
parent | d8a994340871009feca58ade3414fe4f7c80bb92 (diff) | |
download | chromium_src-5dbe3512ff14eeae04a0a848277f387c33ec2b14.zip chromium_src-5dbe3512ff14eeae04a0a848277f387c33ec2b14.tar.gz chromium_src-5dbe3512ff14eeae04a0a848277f387c33ec2b14.tar.bz2 |
Two final suppressions for deliberate histogram leaks
The name used in the histogram is apparently allocated,
and then passed in (probably due to compiler optimizations).
This supresses that leak, as the owning histogram is
deliberately leaked per revision 80412.
tbr=rvargas
Review URL: http://codereview.chromium.org/6677156
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80461 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/heapcheck/suppressions.txt | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index 2610a29..48f423c 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -143,8 +143,6 @@ Intentional leak of stats histogram to avoid shutdown races Heapcheck:Leak ... - fun:Histogram - fun:StatsHistogram fun:disk_cache::StatsHistogram::StatsHistogramFactoryGet } { @@ -176,6 +174,13 @@ fun:basic_string fun:DiskCacheBackendTest_Histograms_Test::TestBody } +{ + Histogram name pushed in deliberately leaked StatsHistogram + Heapcheck:Leak + ... + fun:basic_string + fun:disk_cache::Stats::Init +} #----------------------------------------------------------------------- # 3. Suppressions for real chromium bugs that are not yet fixed. # These should all be in chromium's bug tracking system (but a few aren't yet). |