summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/valgrind/suppressions_mac.txt12
1 files changed, 11 insertions, 1 deletions
diff --git a/tools/valgrind/suppressions_mac.txt b/tools/valgrind/suppressions_mac.txt
index 496d00c..0255a3b 100644
--- a/tools/valgrind/suppressions_mac.txt
+++ b/tools/valgrind/suppressions_mac.txt
@@ -234,4 +234,14 @@
...
fun:gl_context_init_client_state
}
-
+{
+ # Reproducible just launching and quitting TextEdit; filed with Apple as rdar://7004347
+ tsm_leak_rdar_7004347
+ Memcheck:Leak
+ fun:malloc_zone_malloc
+ fun:_CFRuntimeCreateInstance
+ fun:__CFDictionaryInit
+ fun:utOpenActivateAllSelectedIMInDoc
+ fun:MyActivateTSMDocument
+ fun:ActivateTSMDocument
+}