diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-24 06:07:18 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-24 06:07:18 +0000 |
commit | b60f230e9ad2f54ce1411a436d32591f3d893ae8 (patch) | |
tree | 7161871b89ee82a89b9feaf7165b1d6b792e2f5b /tools/valgrind | |
parent | d46a1a5b2d7d713c74514e1d2ad39e9da492f575 (diff) | |
download | chromium_src-b60f230e9ad2f54ce1411a436d32591f3d893ae8.zip chromium_src-b60f230e9ad2f54ce1411a436d32591f3d893ae8.tar.gz chromium_src-b60f230e9ad2f54ce1411a436d32591f3d893ae8.tar.bz2 |
Try to fix valgrind.
TBR: mark@chromium.org
(Since this looks like something you've dealt with before)
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27050 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/valgrind')
-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 |