Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(505)

Unified Diff: tools/valgrind-webrtc/memcheck/suppressions.txt

Issue 2537563003: Adding memcheck suppression. (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind-webrtc/memcheck/suppressions.txt
diff --git a/tools/valgrind-webrtc/memcheck/suppressions.txt b/tools/valgrind-webrtc/memcheck/suppressions.txt
index bfb8ffcb88a3974f5405ce9c76250fc6c7fdb164..d259ce11ecd9b6c29f8ca8dbc70af51c69d78a62 100644
--- a/tools/valgrind-webrtc/memcheck/suppressions.txt
+++ b/tools/valgrind-webrtc/memcheck/suppressions.txt
@@ -530,3 +530,12 @@
fun:WebRtcOpus_Decode*
...
}
+{
+ bug_6788
+ Memcheck:Leak
+ fun:_Zna*
+ fun:_ZN6webrtc17RtpStreamReceiver21OnReceivedPayloadDataEPKhmPKNS_15WebRtcRTPHeaderE
+ fun:_ZN6webrtc16RTPReceiverVideo14ParseRtpPacketEPNS_15WebRtcRTPHeaderERKNS_12PayloadUnionEbPKhmlb
+ fun:_ZN6webrtc15RtpReceiverImpl17IncomingRtpPacketERKNS_9RTPHeaderEPKhmNS_12PayloadUnionEb
+ ...
+}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698