| Index: tools/valgrind/suppressions_mac.txt
|
| ===================================================================
|
| --- tools/valgrind/suppressions_mac.txt (revision 20101)
|
| +++ tools/valgrind/suppressions_mac.txt (working copy)
|
| @@ -292,3 +292,16 @@
|
| fun:CGContextDrawImage
|
| fun:_ZN3gfx17CGImageToSkBitmapEP7CGImage
|
| }
|
| +
|
| +{
|
| + # Tiny one-time leak, widely seen by valgind users; everyone suppresses this.
|
| + 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
|
| +}
|
|
|