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

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

Issue 10536110: Valgring Mac: Suppress new leak in ImageMacTest. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 6 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
===================================================================
--- tools/valgrind/memcheck/suppressions_mac.txt (revision 141389)
+++ tools/valgrind/memcheck/suppressions_mac.txt (working copy)
@@ -2445,3 +2445,13 @@
...
fun:_ZN2v88internal18GvnBasicBlockState32*
}
+{
+ bug_132231
+ Memcheck:Leak
+ fun:calloc
+ fun:_internal_class_createInstanceFromZone
+ fun:_internal_class_createInstance
+ fun:+[NSObject(NSObject) allocWithZone:]
+ fun:+[NSObject(NSObject) alloc]
+ fun:_ZN12_GLOBAL__N_112ImageMacTest20CreateBitmapImageRepEiiPP16NSBitmapImageRep
+}
« 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