diff options
author | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-07 16:49:28 +0000 |
---|---|---|
committer | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-07 16:49:28 +0000 |
commit | 85255d75aa0836f97b088394b2ffbad310755dbf (patch) | |
tree | 0c31598afc24dd1e547563cdfc8b05fb50eb9df4 /tools | |
parent | 0afb92e6f6d1431e9811a2ca26f3ae86653c93c0 (diff) | |
download | chromium_src-85255d75aa0836f97b088394b2ffbad310755dbf.zip chromium_src-85255d75aa0836f97b088394b2ffbad310755dbf.tar.gz chromium_src-85255d75aa0836f97b088394b2ffbad310755dbf.tar.bz2 |
Supression: Valgrind Mac leak in CAViewDraw
BUG=40661
TEST=none
Review URL: http://codereview.chromium.org/1609010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43843 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 b977d03..741a78d 100644 --- a/tools/valgrind/memcheck/suppressions_mac.txt +++ b/tools/valgrind/memcheck/suppressions_mac.txt @@ -904,3 +904,29 @@ fun:_ZN11MessageLoop11RunInternalEv fun:_ZN11MessageLoop10RunHandlerEv } +{ + bug_40661 + Memcheck:Leak + fun:malloc_zone_malloc + fun:_ZN4base12_GLOBAL__N_134oom_killer_cfallocator_malloc_zoneElmPv + fun:_CFRuntimeCreateInstance + fun:__CFDictionaryInit + fun:CARenderOGLNew_ + fun:view_state_new + fun:view_state_acquire + fun:view_draw + fun:CAViewDraw + fun:-[NSView _drawRect:clip:] + fun:-[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + fun:-[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + fun:-[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + fun:-[NSNextStepFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + fun:-[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + fun:-[NSView displayIfNeeded] + fun:-[NSWindow displayIfNeeded] + fun:_handleWindowNeedsDisplay + fun:__CFRunLoopDoObservers + fun:CFRunLoopRunSpecific + fun:CFRunLoopRunInMode + fun:RunCurrentEventLoopInMode +} |