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

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

Issue 6873125: Leak in NSButtonCell decoder on Mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 8 months 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/memcheck/suppressions_mac.txt
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt
index 4cc1b80a6e2d90eb46b2f060ad28d0c47d50b8da..8c23d9f290d97d9f874bb98133998a20af7c551a 100644
--- a/tools/valgrind/memcheck/suppressions_mac.txt
+++ b/tools/valgrind/memcheck/suppressions_mac.txt
@@ -1645,3 +1645,29 @@
fun:_ZN15ChromeTestSuite10InitializeEv
fun:_ZN12_GLOBAL__N_117UnitTestTestSuite10InitializeEv
}
+{
+ bug_80050
+ Memcheck:Leak
+ fun:malloc_zone_calloc
+ fun:_internal_class_createInstanceFromZone
+ fun:NSAllocateObject
+ fun:+[NSHashTable alloc]
+ fun:+[NSTrackingArea initialize]
+ fun:_class_initialize
+ fun:_class_lookupMethodAndLoadCache
+ fun:objc_msgSend
+ fun:-[NSView addTrackingRect:owner:userData:assumeInside:]
+ fun:-[NSCell(NSPrivate_CellMouseTracking) _setMouseTrackingInRect:ofView:]
+ fun:-[NSButtonCell _setMouseTrackingInRect:ofView:]
+ fun:-[NSControl _setMouseTrackingForCell:]
+ fun:-[NSButton(NSButtonBorder) _setMouseTrackingForCell:]
+ fun:-[NSButtonCell setControlView:]
+ fun:-[NSControl initWithCoder:]
+ fun:-[NSButton initWithCoder:]
+ fun:-[NSClassSwapper initWithCoder:]
+ fun:_decodeObjectBinary
+ fun:-[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:]
+ fun:-[NSArray(NSArray) initWithCoder:]
+ fun:_decodeObjectBinary
+ fun:_decodeObject
+}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698