summaryrefslogtreecommitdiffstats
path: root/tools/heapcheck
diff options
context:
space:
mode:
authoroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-24 07:44:15 +0000
committeroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-24 07:44:15 +0000
commit0fff454fdc718cb0253e04e7cb1d74ff939f3bc7 (patch)
tree5f99078c5576d6743670376dfa554a1b1f99c8ee /tools/heapcheck
parent932731b17e3c9de12fb12e3708161cb8ee7adbd7 (diff)
downloadchromium_src-0fff454fdc718cb0253e04e7cb1d74ff939f3bc7.zip
chromium_src-0fff454fdc718cb0253e04e7cb1d74ff939f3bc7.tar.gz
chromium_src-0fff454fdc718cb0253e04e7cb1d74ff939f3bc7.tar.bz2
Suppress leak in WebMListParser
TBR=xhwang@chromium.org BUG=115606 TEST=none Review URL: https://chromiumcodereview.appspot.com/9460003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123446 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/heapcheck')
-rw-r--r--tools/heapcheck/suppressions.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt
index 9af6769..250125e 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -1784,3 +1784,10 @@
fun:ModuleSystem::EnsureRequireLoaded
fun:ModuleSystem::Require
}
+{
+ bug_115606
+ Heapcheck:Leak
+ ...
+ fun:media::WebMListParser::ParseListElement
+ fun:media::WebMListParser::Parse
+}