diff options
author | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-12 07:24:58 +0000 |
---|---|---|
committer | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-12 07:24:58 +0000 |
commit | 0e8811e7d52a07f45a060213508f51355c2e3ee4 (patch) | |
tree | 7ba737030a47714a421881996611d1db890f8653 /tools | |
parent | 8d3132f675bcef5e10bb7cd427a2f3452923192e (diff) | |
download | chromium_src-0e8811e7d52a07f45a060213508f51355c2e3ee4.zip chromium_src-0e8811e7d52a07f45a060213508f51355c2e3ee4.tar.gz chromium_src-0e8811e7d52a07f45a060213508f51355c2e3ee4.tar.bz2 |
[Mac] Plug some leaks in accessibility code.
BUG=99820
TEST=Valgrind on Mac.
Review URL: http://codereview.chromium.org/8229011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105030 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/memcheck/suppressions_mac.txt | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt index 5e315e5..39d91a8 100644 --- a/tools/valgrind/memcheck/suppressions_mac.txt +++ b/tools/valgrind/memcheck/suppressions_mac.txt @@ -1897,26 +1897,3 @@ fun:_ZN7WebCore11RenderBlock11paintObjectERNS_9PaintInfoERKNS_8IntPointE fun:_ZN7WebCore11RenderBlock5paintERNS_9PaintInfoERKNS_8IntPointE } -{ - bug_99820 - Memcheck:Leak - fun:malloc_zone_malloc - fun:_CFRuntimeCreateInstance - fun:__CFArrayInit - fun:CFArrayCreateMutableCopy - fun:-[NSCFArray mutableCopyWithZone:] - fun:-[NSObject mutableCopy] - fun:-[AvatarMenuItemView accessibilityAttributeNames] - ... - fun:-[GTMUILocalizer localizeView:recursively:] - fun:-[GTMUILocalizer localizeObject:recursively:] - fun:-[GTMUILocalizer(PrivateAdditions) localizedObjects] - fun:-[ChromeUILocalizer awakeFromNib] - fun:-[NSSet makeObjectsPerformSelector:] - fun:-[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] - fun:-[NSNib instantiateNibWithExternalNameTable:] - fun:-[NSNib instantiateNibWithOwner:topLevelObjects:] - fun:-[NSViewController loadView] - fun:-[AvatarMenuItemController initWithModelIndex:menuController:] -} - |