diff options
author | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-09 20:46:49 +0000 |
---|---|---|
committer | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-09 20:46:49 +0000 |
commit | 37a7f62c650cc960178ce9988a31bf635ce90161 (patch) | |
tree | 7ddc27e0bf9cb6729570e4a6ea8485d17d56bbc1 /tools | |
parent | 944acbb822c2f171526b64943c8174584494fa72 (diff) | |
download | chromium_src-37a7f62c650cc960178ce9988a31bf635ce90161.zip chromium_src-37a7f62c650cc960178ce9988a31bf635ce90161.tar.gz chromium_src-37a7f62c650cc960178ce9988a31bf635ce90161.tar.bz2 |
Add a suppression for HALCADClientListener::HALCADClientListener().
BUG=46186
TEST=Mac Valgrind UI 3
Review URL: http://codereview.chromium.org/2736002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49313 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/memcheck/suppressions_mac.txt | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt index b0b86af..c1463a8 100644 --- a/tools/valgrind/memcheck/suppressions_mac.txt +++ b/tools/valgrind/memcheck/suppressions_mac.txt @@ -1185,3 +1185,29 @@ fun:_dyld_start obj:* } +{ + bug_46186 + Memcheck:Leak + fun:malloc_zone_malloc + fun:_ZN4base12_GLOBAL__N_137oom_killer_cfallocator_system_defaultElmPv + fun:_CFRuntimeCreateInstance + fun:CFRunLoopSourceCreate + fun:MSHCreateMIGServerSource + fun:_ZN20HALCADClientListenerC2EPFlmmPK26AudioObjectPropertyAddressPvES3_ + fun:_ZN12HALCADClient19AddPropertyListenerEmPK26AudioObjectPropertyAddressPFlmmS2_PvES3_ + fun:_ZN16HALDefaultDevice22InstallServerListenersEv + fun:_ZN16HALDefaultDevice10InitializeEv + fun:_ZN9HALSystem16CheckOutInstanceEv + fun:AudioObjectAddPropertyListener + fun:_ZN10AQMEDeviceC2EmPK27AudioStreamBasicDescriptionPK18AudioChannelLayout + fun:_Z11NewAQIONodembPK27AudioStreamBasicDescriptionPK18AudioChannelLayout + fun:_ZN15AQIONodeManager13_FindAQIONodeEmbb + fun:_ZN15AQIONodeManager12FindAQIONodeEmbb + fun:_ZN16AudioQueueObject15DoIONodeConnectERK25AudioQueueStreamSpecifierPK27AudioStreamBasicDescriptionPK18AudioChannelLayout + fun:_ZN16AudioQueueObject13EnqueueBufferEP16AudioQueueBufferjPK28AudioStreamPacketDescriptionjjjPK24AudioQueueParameterEventRK11AQTimeStampPS8_ + fun:AQServer_EnqueueBuffer + fun:AudioQueueEnqueueBufferWithParameters + fun:AudioQueueEnqueueBuffer + fun:_ZN28PCMQueueOutAudioOutputStream5StartEPN17AudioOutputStream19AudioSourceCallbackE + fun:_ZN17AudioRendererHost14IPCAudioSource4PlayEv +} |