Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(79)

Unified Diff: tools/valgrind/memcheck/suppressions_mac.txt

Issue 380010: [Mac] Fix a leak in HyperlinkButtonCell (Closed)
Patch Set: Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/valgrind/memcheck/suppressions_mac.txt
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt
index 71afffddc5f1ea274feb58c94694b79e9108162a..190fef96822932f622c84ad824d8bc668b3e683a 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
-}

Powered by Google App Engine
This is Rietveld 408576698