diff options
Diffstat (limited to 'tools/valgrind/memcheck/suppressions_mac.txt')
-rw-r--r-- | tools/valgrind/memcheck/suppressions_mac.txt | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt index b07a808..aeac5b7 100644 --- a/tools/valgrind/memcheck/suppressions_mac.txt +++ b/tools/valgrind/memcheck/suppressions_mac.txt @@ -273,17 +273,6 @@ 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. { @@ -775,6 +764,15 @@ fun:+[NSPasteboard pasteboardWithUniqueName] } { + bug_21479 + Memcheck:Leak + fun:malloc_zone_malloc + fun:_CFRuntimeCreateInstance + fun:CFPasteboardCreate + fun:+[NSPasteboard _pasteboardWithName:] + fun:-[FindPasteboard findPboard] +} +{ bug_21645a Memcheck:Cond fun:_ZN3gfx4Size9set_widthEi |