summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorbruening@google.com <bruening@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-11 21:23:50 +0000
committerbruening@google.com <bruening@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-11 21:23:50 +0000
commita6d8bd971c970286796578d6df09772ce941af9e (patch)
tree83673e8ee176d6e26e18545c8d0a9a2b1eba30dc /tools
parent22c36a8769dffe30af469bd78dc16864fda7902e (diff)
downloadchromium_src-a6d8bd971c970286796578d6df09772ce941af9e.zip
chromium_src-a6d8bd971c970286796578d6df09772ce941af9e.tar.gz
chromium_src-a6d8bd971c970286796578d6df09772ce941af9e.tar.bz2
Suppress leak in Mac video capture code
TBR=shess@chromium.org BUG=155371 TEST=waterfall.sh Review URL: https://codereview.chromium.org/11092085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@161404 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/valgrind/memcheck/suppressions_mac.txt26
1 files changed, 26 insertions, 0 deletions
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt
index 4b7ae84..f3a3beb6 100644
--- a/tools/valgrind/memcheck/suppressions_mac.txt
+++ b/tools/valgrind/memcheck/suppressions_mac.txt
@@ -2492,3 +2492,29 @@
fun:_ZN5media15AudioManagerMac24GetAudioInputDeviceNamesEPSt4listINS_15AudioDeviceNameESaIS2_EE
fun:_ZN12media_stream23AudioInputDeviceManager23EnumerateOnDeviceThreadEv
}
+{
+ bug_155371
+ Memcheck:Leak
+ fun:calloc
+ fun:QTMLCreateMutex
+ fun:WarholCreateGlobals
+ fun:INIT_QuickTimeLibInternal
+ fun:pthread_once
+ fun:INIT_QuickTimeLib
+ fun:EnterMovies_priv
+ fun:EnterMovies
+ fun:TundraUnitInputFromTSFileEntry
+ fun:TundraUnitVDIGInputEntry
+ fun:TundraUnitCreateFromDescription
+ fun:+[QTCaptureVDIGDevice _refreshDevices]
+ fun:+[QTCaptureVDIGDevice devicesWithIOType:]
+ fun:+[QTCaptureDevice devicesWithIOType:]
+ fun:+[QTCaptureDevice inputDevices]
+ fun:+[QTCaptureDevice inputDevicesWithMediaType:]
+ fun:+[VideoCaptureDeviceQTKit getDeviceNames:]
+ fun:-[NSObject(NSThreadPerformAdditions) performSelector:onThread:withObject:waitUntilDone:modes:]
+ fun:-[NSObject(NSThreadPerformAdditions) performSelectorOnMainThread:withObject:waitUntilDone:]
+ fun:+[VideoCaptureDeviceQTKit deviceNames]
+ fun:_ZN5media18VideoCaptureDevice14GetDeviceNamesEPSt4listINS0_4NameESaIS2_EE
+ fun:_ZN5media21VideoCaptureDeviceMac4InitEv
+}