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

Side by Side Diff: tools/valgrind-webrtc/memcheck/suppressions.txt

Issue 2540113002: Revert of Adding memcheck suppression. (Closed)
Patch Set: Created 4 years 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # This file is used in addition to the one already maintained in Chrome. 1 # This file is used in addition to the one already maintained in Chrome.
2 # It acts as a place holder for future additions for WebRTC. 2 # It acts as a place holder for future additions for WebRTC.
3 # It must exist for the Python wrapper script to work properly. 3 # It must exist for the Python wrapper script to work properly.
4 4
5 # There are three kinds of suppressions in this file. 5 # There are three kinds of suppressions in this file.
6 # 1. third_party libraries 6 # 1. third_party libraries
7 # 2. webrtc stuff 7 # 2. webrtc stuff
8 # 3. libjingle stuff (talk folder) 8 # 3. libjingle stuff (talk folder)
9 #----------------------------------------------------------------------- 9 #-----------------------------------------------------------------------
10 10
(...skipping 512 matching lines...) Expand 10 before | Expand all | Expand 10 after
523 fun:pitch_search 523 fun:pitch_search
524 fun:celt_decode_lost 524 fun:celt_decode_lost
525 fun:celt_decode_with_ec 525 fun:celt_decode_with_ec
526 fun:opus_decode_frame 526 fun:opus_decode_frame
527 ... 527 ...
528 fun:opus_decode_native 528 fun:opus_decode_native
529 fun:opus_decode 529 fun:opus_decode
530 fun:WebRtcOpus_Decode* 530 fun:WebRtcOpus_Decode*
531 ... 531 ...
532 } 532 }
533 {
534 bug_6788
535 Memcheck:Leak
536 fun:_Zna*
537 fun:_ZN6webrtc17RtpStreamReceiver21OnReceivedPayloadDataEPKhmPKNS_15WebRtcRTP HeaderE
538 fun:_ZN6webrtc16RTPReceiverVideo14ParseRtpPacketEPNS_15WebRtcRTPHeaderERKNS_1 2PayloadUnionEbPKhmlb
539 fun:_ZN6webrtc15RtpReceiverImpl17IncomingRtpPacketERKNS_9RTPHeaderEPKhmNS_12P ayloadUnionEb
540 ...
541 }
OLDNEW
« 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