From 0e8811e7d52a07f45a060213508f51355c2e3ee4 Mon Sep 17 00:00:00 2001 From: "rsesek@chromium.org" Date: Wed, 12 Oct 2011 07:24:58 +0000 Subject: [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 --- tools/valgrind/memcheck/suppressions_mac.txt | 23 ----------------------- 1 file changed, 23 deletions(-) (limited to 'tools') 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:] -} - -- cgit v1.1