summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/valgrind/suppressions_mac.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/valgrind/suppressions_mac.txt b/tools/valgrind/suppressions_mac.txt
index 0255a3b..7801dda 100644
--- a/tools/valgrind/suppressions_mac.txt
+++ b/tools/valgrind/suppressions_mac.txt
@@ -245,3 +245,15 @@
fun:MyActivateTSMDocument
fun:ActivateTSMDocument
}
+{
+ # Looks like an Apple bug; has no visual impact.
+ unitialized_rect_allocated_on_stack_when_reparenting_window_content_views
+ Memcheck:Cond
+ fun:NSRectClip
+ fun:-[NSThemeFrame drawOverlayRect:]
+ ...
+ fun:-[NSWindow makeKeyAndOrderFront:]
+ fun:-[BrowserWindowController setFullscreen:]
+ ...
+ fun:main
+}