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

Unified Diff: tools/valgrind/memcheck/suppressions_mac.txt

Issue 2736002: Add a suppression for HALCADClientListener::HALCADClientListener(). (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 6 months 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/memcheck/suppressions_mac.txt
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt
index b0b86aff45ef4cd9240a28e1ae49a7e6544bd955..c1463a8567368853eda794f4289a3c35eb40cb75 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
+}
« 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