summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/valgrind/memcheck/suppressions_mac.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt
index e9f3f83..b07a808 100644
--- a/tools/valgrind/memcheck/suppressions_mac.txt
+++ b/tools/valgrind/memcheck/suppressions_mac.txt
@@ -273,6 +273,17 @@
fun:+[NSObject alloc]
fun:+[GTMTheme(BrowserThemeProviderInitialization) themeWithBrowserThemeProvider:isOffTheRecord:]
}
+{
+ # Singleton that we leak, but only on shutdown.
+ find_pasteboard_singleton
+ Memcheck:Leak
+ fun:malloc_zone_malloc
+ fun:_CFRuntimeCreateInstance
+ fun:CFPasteboardCreate
+ fun:+[NSPasteboard _pasteboardWithName:]
+ fun:-[FindPasteboard findPboard]
+ fun:-[FindPasteboard setFindText:]
+}
# 3. Suppressions for real chromium bugs that are not yet fixed.
{