diff options
author | dhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-13 01:40:47 +0000 |
---|---|---|
committer | dhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-13 01:40:47 +0000 |
commit | 406c23ac9590b10b009eb3332446bb78cfea98b7 (patch) | |
tree | 4e75cd2eff0443d82fd99132337688d3f4aafde0 /tools | |
parent | c73244a2b6520ebbcfbde031c2cc9e51a9f379f7 (diff) | |
download | chromium_src-406c23ac9590b10b009eb3332446bb78cfea98b7.zip chromium_src-406c23ac9590b10b009eb3332446bb78cfea98b7.tar.gz chromium_src-406c23ac9590b10b009eb3332446bb78cfea98b7.tar.bz2 |
Suppressing a valgrind memory leak. This is an Apple bug. 128 bytes leaked during AutoFill dialog invocation.
BUG=35625
TEST=none
Review URL: http://codereview.chromium.org/605017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38993 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/memcheck/suppressions_mac.txt | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt index 83a3810..6bce558 100644 --- a/tools/valgrind/memcheck/suppressions_mac.txt +++ b/tools/valgrind/memcheck/suppressions_mac.txt @@ -773,4 +773,30 @@ fun:_ZNK7WebCore17RenderLineBoxList5paintEPNS_20RenderBoxModelObjectERNS_12RenderObject9PaintInfoEii fun:_ZN7WebCore11RenderBlock13paintContentsERNS_12RenderObject9PaintInfoEii } +{ + bug_35625 + Memcheck:Leak + fun:malloc_zone_malloc + fun:_CFRuntimeCreateInstance + fun:CGTypeCreateInstanceWithAllocator + fun:CGTypeCreateInstance + fun:CGFunctionCreate + fun:CGGradientGetFunction + fun:CGContextDrawLinearGradient + fun:-[SectionSeparatorView(PrivateMethods) drawGradientRect:] + fun:-[SectionSeparatorView drawRect:] + fun:-[NSView _drawRect:clip:] + fun:-[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + fun:-[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + fun:-[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + fun:-[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + fun:-[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + fun:-[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + fun:-[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + fun:-[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + fun:-[NSThemeFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + fun:-[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + fun:-[NSView displayIfNeeded] + fun:-[NSWindow displayIfNeeded] +} |