Skip to content

Commit

Permalink
Suppress uninitialized read report in WebRtcAudioRenderer::SourceCall…
Browse files Browse the repository at this point in the history
…back on MacOS

BUG=244437
R=timurrrr@chromium.org
NOTRY=true

Review URL: https://chromiumcodereview.appspot.com/15658008

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202576 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
earthdok@google.com committed May 28, 2013
1 parent d0d1bcb commit 7336558
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tools/valgrind/memcheck/suppressions_mac.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2370,3 +2370,11 @@
fun:_ZN7content23VideoDestinationHandler4OpenEPNS_28MediaStreamDependencyFactoryEPNS_28MediaStreamRegistryInterfaceERKSsPPNS_20FrameWriterInterfaceE
fun:_ZN7content37VideoDestinationHandlerTest_Open_Test8TestBodyEv
}
{
bug_244437
Memcheck:Uninitialized
fun:_ZN5mediaL23FromInterleavedInternalIssLs0EEEvPKviiPNS_8AudioBusEff
fun:_ZN5media8AudioBus22FromInterleavedPartialEPKviii
fun:_ZN5media8AudioBus15FromInterleavedEPKvii
fun:_ZN7content19WebRtcAudioRenderer14SourceCallbackEiPN5media8AudioBusE
}

0 comments on commit 7336558

Please sign in to comment.