summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/valgrind/suppressions_mac.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/tools/valgrind/suppressions_mac.txt b/tools/valgrind/suppressions_mac.txt
index ec61717..1def9c3 100644
--- a/tools/valgrind/suppressions_mac.txt
+++ b/tools/valgrind/suppressions_mac.txt
@@ -292,3 +292,17 @@
fun:CGContextDrawImage
fun:_ZN3gfx17CGImageToSkBitmapEP7CGImage
}
+
+{
+ # Tiny one-time leak, widely seen by valgind users; everyone suppresses this.
+ # See related discussion at http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39366
+ plugin_bundle_global_leak
+ Memcheck:Leak
+ fun:malloc
+ fun:__cxa_get_globals
+ fun:__cxa_allocate_exception
+ fun:_ZN4dyld4loadEPKcRKNS_11LoadContextE
+ fun:dlopen
+ fun:dlopen
+ fun:_CFBundleDlfcnCheckLoaded
+}