diff options
author | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-10 15:10:31 +0000 |
---|---|---|
committer | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-10 15:10:31 +0000 |
commit | 5091d3ef82c5bd83fbb7881fbf4af6eebc20969c (patch) | |
tree | 3760c1ce921c1c6226cb9f4aa1c09872ce1ace5e /tools | |
parent | 034452926aad6077ac6fb4b7801c4cd1da89a53c (diff) | |
download | chromium_src-5091d3ef82c5bd83fbb7881fbf4af6eebc20969c.zip chromium_src-5091d3ef82c5bd83fbb7881fbf4af6eebc20969c.tar.gz chromium_src-5091d3ef82c5bd83fbb7881fbf4af6eebc20969c.tar.bz2 |
[Mac] Fix a leak in HyperlinkButtonCell
BUG=27149
TEST=Valgrind
Review URL: http://codereview.chromium.org/380010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31558 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/memcheck/suppressions_mac.txt | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt index 71afffd..190fef9 100644 --- a/tools/valgrind/memcheck/suppressions_mac.txt +++ b/tools/valgrind/memcheck/suppressions_mac.txt @@ -375,29 +375,3 @@ fun:_Z16DispatchToMethodIN7history14HistoryBackendEMS1_FvbEbEvPT_T0_RK6Tuple1IT1_E fun:_ZN14RunnableMethodIN7history14HistoryBackendEMS1_FvbE6Tuple1IbEE3RunEv } -{ - bug_27149 - Memcheck:Leak - fun:malloc_zone_calloc - fun:_internal_class_createInstanceFromZone - fun:+[NSObject allocWithZone:] - fun:-[NSParagraphStyle mutableCopyWithZone:] - fun:-[NSObject mutableCopy] - fun:-[HyperlinkButtonCell linkAttributes] - fun:-[HyperlinkButtonCell drawTitle:withFrame:inView:] - fun:-[NSButtonCell _configureAndDrawTitleWithRect:cellFrame:controlView:] - fun:-[NSButtonCell drawInteriorWithFrame:inView:] - fun:-[NSControl drawRect:] - fun:-[NSView _drawRect:clip:] - fun:-[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] - fun:-[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] - fun:-[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] - fun:-[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] - fun:-[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] - fun:-[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] - fun:-[NSThemeFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] - fun:-[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] - fun:-[NSView displayIfNeeded] - fun:-[NSWindow displayIfNeeded] - fun:_handleWindowNeedsDisplay -} |