blob: 55f39fe0497e6f22d23f2c8d2e8eff92aabeed39 [file] [log] [blame]
njn64a5cf92010-07-01 00:28:09 +00001
2# Suppressions for Darwin 10.x / Mac OS X 10.6 Snow Leopard
njn3734f572010-07-01 02:37:23 +00003
4##----------------------------------------------------------------------##
5# Memcheck
6##----------------------------------------------------------------------##
7
sewardj96a69ea2010-10-07 15:45:59 +00008# afaict this is legit. Might be caused by setenv("VAR=")
9# where the value string is empty (not sure)
10{
11 macos-Cond-7
12 Memcheck:Cond
13 fun:__setenv
14}
15
njn3734f572010-07-01 02:37:23 +000016# From Jesse Ruderman.
17{
18 Mac OS X 10.6.4. rdar://8145289. "new[]" paired with "delete" in the DesktopServicesPriv framework.
19 Memcheck:Free
20 fun:_ZdlPv
21 fun:_ZN5TChar18RemovePtrReferenceEv
22 }
23
24# From Jesse Ruderman.
25{
26 Mac OS X 10.6.4. rdar://8145318. Uninitialized memory from HIMenuBarView::MeasureAppMenus is used in HIMenuBarView::SetAdjustTextTitleBoundsAtIndex.
27 Memcheck:Cond
28 fun:_ZN13HIMenuBarView31SetAdjustTextTitleBoundsAtIndexEih
29 fun:_ZN13HIMenuBarView15MeasureAppMenusEv
sewardj96a69ea2010-10-07 15:45:59 +000030}
31
32{
33 TFontFeatures::TFontFeatures(CGFont*) (in CoreText.framework)
34 Memcheck:Cond
35 fun:_ZN13TFontFeaturesC2EP6CGFont
36 fun:_ZNK9TBaseFont12CopyFeaturesEv
37}