summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorcbentzel@chromium.org <cbentzel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-09 03:15:36 +0000
committercbentzel@chromium.org <cbentzel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-09 03:15:36 +0000
commit1510b6de6f5af35aff8888401693113b8628b8f4 (patch)
treee0cc9edda8e72d14642a1557cbd537d80f09cb89 /tools
parentf8a97016181d2ed4c85be74959a5bd8c4f668b00 (diff)
downloadchromium_src-1510b6de6f5af35aff8888401693113b8628b8f4.zip
chromium_src-1510b6de6f5af35aff8888401693113b8628b8f4.tar.gz
chromium_src-1510b6de6f5af35aff8888401693113b8628b8f4.tar.bz2
Add Heapcheck suppression for remoting::RtcpWriter::SendReport
BUG=65988 TEST=None TBR=sergeyu@chromium.org Review URL: http://codereview.chromium.org/5680001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68705 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/heapcheck/suppressions.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt
index 655990d..e8f4b93 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -1099,3 +1099,13 @@
fun:MessageLoop::RunAllPending
fun:remoting::ScreenRecorderTest_OneRecordCycle_Test::TestBody
}
+{
+ bug_65988
+ Heapcheck:Leak
+ ...
+ fun:remoting::protocol::RtcpWriter::SendReport
+ fun:remoting::protocol::RtpVideoReader::SendReceiverReportIf
+ fun:remoting::protocol::RtpVideoReader::RebuildVideoPacket
+ fun:remoting::protocol::RtpVideoReader::CheckFullPacket
+ fun:remoting::protocol::RtpVideoReader::OnRtpPacket
+}